InviteReceivedEventArgs Members
Include Protected Members
Include Inherited Members
Base class providing access to SIP INVITE related data.
The InviteReceivedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DiversionContext | Gets the diversion context information, if available. |
![]() |
Endpoint | Gets or sets the endpoint. |
![]() |
IsConferenceDialOut | Gets whether the incoming call is from an MCU hosting a conference. |
![]() |
IsForked | Obsolete. Gets whether the invite was sent to multiple points of presence. This property will be removed in future versions. |
![]() |
IsScreened | Gets whether the RemoteParticipant was screened against the LocalParticipant's container membership. |
![]() |
OnBehalfOfParticipant | Gets the participant on whose behalf the invite was sent. |
![]() |
RemoteParticipant | Gets the participant that sent the invite. |
![]() |
RequestData | Gets the SIP request data for the event. This can be null in some instances. (inherited from SipRequestReceivedEventArgs) |
![]() |
ToastMessage | Gets the toast message from the incoming call. Can be null if it was missing. |
![]() |
TransferredBy | Gets the transferor URI, if present in the incoming INVITE |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top