SignalingSession.InvitationAccepted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)