ConferenceInvitationReceivedEventArgs 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.
Data structure containing the arguments for the ConferenceInvitationReceivedevent.
public ref class ConferenceInvitationReceivedEventArgs sealed : Microsoft::Rtc::Collaboration::ComponentModel::InviteReceivedEventArgs
public sealed class ConferenceInvitationReceivedEventArgs : Microsoft.Rtc.Collaboration.ComponentModel.InviteReceivedEventArgs
type ConferenceInvitationReceivedEventArgs = class
inherit InviteReceivedEventArgs
Public NotInheritable Class ConferenceInvitationReceivedEventArgs
Inherits InviteReceivedEventArgs
- Inheritance
Properties
DiversionContext |
Gets the diversion context information, if available. (Inherited from InviteReceivedEventArgs) |
Endpoint |
Gets or sets the endpoint. (Inherited from InviteReceivedEventArgs) |
Invitation |
Gets the incoming ConferenceInvitation. |
IsConferenceDialOut |
Gets whether the incoming call is from an MCU hosting a conference. (Inherited from InviteReceivedEventArgs) |
IsScreened |
Gets whether the RemoteParticipant was screened against the LocalParticipant's container membership. (Inherited from InviteReceivedEventArgs) |
OnBehalfOfParticipant |
Gets the participant on whose behalf the invite was sent. (Inherited from InviteReceivedEventArgs) |
RemoteParticipant |
Gets the participant that sent the invite. (Inherited from InviteReceivedEventArgs) |
RequestData |
Gets the SIP request data for the event. This can be null in some instances. (Inherited from SipRequestReceivedEventArgs) |
ToastMessage |
Gets the toast message associated with this conference invitation. |
TransferredBy |
Gets the transferor URI, if present in the incoming INVITE (Inherited from InviteReceivedEventArgs) |
Methods
ToString() |
Shows the properties in this event arguments class. |