SignalingSession.InvitationCompleted 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 invite process completes. Typically, this happens when the inviter acknowledges a successful response. This event is optional for an application. Applications that want to access headers in the acknowledgement can register for this event. Note that EndParticipate for the incoming side also exposes the Ack message. This event is provided for convenience.
public:
event EventHandler<Microsoft::Rtc::Signaling::SipRequestReceivedEventArgs ^> ^ InvitationCompleted;
public event EventHandler<Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs> InvitationCompleted;
member this.InvitationCompleted : EventHandler<Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs>
Public Custom Event InvitationCompleted As EventHandler(Of SipRequestReceivedEventArgs)