LocalEndpoint.ConferenceInvitationReceived Event

Definition

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.

Applies to