ConferenceInvitationReceived Event

Conference invitation was 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

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace