LocalEndpoint.ConferenceInvitationReceived Event
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.
Raised when an invitation to a conference is received.
public:
event EventHandler<Microsoft::Rtc::Collaboration::ConferenceInvitationReceivedEventArgs ^> ^ ConferenceInvitationReceived;
public event EventHandler<Microsoft.Rtc.Collaboration.ConferenceInvitationReceivedEventArgs> ConferenceInvitationReceived;
member this.ConferenceInvitationReceived : EventHandler<Microsoft.Rtc.Collaboration.ConferenceInvitationReceivedEventArgs>
Public Custom Event ConferenceInvitationReceived As EventHandler(Of ConferenceInvitationReceivedEventArgs)
Event Type
Remarks
Upon receiving an invitation to a conference, the application is responsible for accepting the invitation before joining the conference. Otherwise it should decline the invitation.