Edit

Share via


SignalingSession.InvitationAccepted Event

Definition

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.

public:
 event EventHandler<Microsoft::Rtc::Signaling::InvitationAcceptedEventArgs ^> ^ InvitationAccepted;
public event EventHandler<Microsoft.Rtc.Signaling.InvitationAcceptedEventArgs> InvitationAccepted;
member this.InvitationAccepted : EventHandler<Microsoft.Rtc.Signaling.InvitationAcceptedEventArgs> 
Public Custom Event InvitationAccepted As EventHandler(Of InvitationAcceptedEventArgs) 

Event Type

Applies to