Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the remote has accepted the invite. Typically, this happens when a successful response is received. This event is optional for an application. Applications that want to send headers in the acknowledgement can register for this event.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event InvitationAccepted As EventHandler(Of InvitationAcceptedEventArgs)
'Usage
Dim instance As SignalingSession
Dim handler As EventHandler(Of InvitationAcceptedEventArgs)
AddHandler instance.InvitationAccepted, handler
public event EventHandler<InvitationAcceptedEventArgs> InvitationAccepted