SignalingSession.InvitationCompleted Event

Definition

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) 

Event Type

EventHandler<SipRequestReceivedEventArgs>

Applies to