InvitationCompleted Event

Raised when the INVITE process completes.

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

Remarks

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.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace