Base class providing access to SIP INVITE related data.

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

Syntax

Visual Basic (Declaration)
Public 
MustInherit 
Class 
InviteReceivedEventArgs _
	
Inherits 

SipRequestReceivedEventArgs
C#
public 
abstract 
class 
InviteReceivedEventArgs : 

SipRequestReceivedEventArgs
Visual C++
public 
ref class 
InviteReceivedEventArgs 
abstract : 
public 

SipRequestReceivedEventArgs
JavaScript

Microsoft.Rtc.Collaboration.ComponentModel.InviteReceivedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.ComponentModel.InviteReceivedEventArgs',
	

Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs);

Inheritance Hierarchy

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

See Also