InviteReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class providing access to SIP INVITE related data.
public ref class InviteReceivedEventArgs abstract : Microsoft::Rtc::Signaling::SipRequestReceivedEventArgs
public abstract class InviteReceivedEventArgs : Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs
type InviteReceivedEventArgs = class
inherit SipRequestReceivedEventArgs
Public MustInherit Class InviteReceivedEventArgs
Inherits SipRequestReceivedEventArgs
- Inheritance
- Derived
Properties
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. |
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 |
Extension Methods
GetHistoryInfoContext(InviteReceivedEventArgs) | |
GetRefferedByDisplayName(InviteReceivedEventArgs) | |
IsPrivateLineCall(InviteReceivedEventArgs) |