InvitationAccepted Event

Raised when the remote has accepted the INVITE.

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

Remarks

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.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace