Data structure containing the arguments for the ConferenceInvitationReceivedevent.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
NotInheritable 
Class 

ConferenceInvitationReceivedEventArgs _
	
Inherits 

InviteReceivedEventArgs
C#
public 
sealed 
class 

ConferenceInvitationReceivedEventArgs : 

InviteReceivedEventArgs
Visual C++
public 
ref class 

ConferenceInvitationReceivedEventArgs 
sealed : 
public 

InviteReceivedEventArgs
JavaScript

Microsoft.Rtc.Collaboration.ConferenceInvitationReceivedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.ConferenceInvitationReceivedEventArgs',
	

Microsoft.Rtc.Collaboration.ComponentModel.InviteReceivedEventArgs);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Signaling . . :: . SipRequestReceivedEventArgs
       Microsoft.Rtc.Collaboration.ComponentModel . . :: . InviteReceivedEventArgs
         Microsoft.Rtc.Collaboration . . :: . ConferenceInvitationReceivedEventArgs

See Also