SignalingSession.InvitationCompleted Event

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.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event InvitationCompleted As EventHandler(Of SipRequestReceivedEventArgs)
'Usage
Dim instance As SignalingSession
Dim handler As EventHandler(Of SipRequestReceivedEventArgs)

AddHandler instance.InvitationCompleted, handler
public event EventHandler<SipRequestReceivedEventArgs> InvitationCompleted

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace