LocalEndpoint.ConferenceInvitationReceived Event

Raised when an invitation to a conference is received.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event ConferenceInvitationReceived As EventHandler(Of ConferenceInvitationReceivedEventArgs)
'Usage
Dim instance As LocalEndpoint
Dim handler As EventHandler(Of ConferenceInvitationReceivedEventArgs)

AddHandler instance.ConferenceInvitationReceived, handler
public event EventHandler<ConferenceInvitationReceivedEventArgs> ConferenceInvitationReceived

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.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace