Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the remote sends a re-invite. This event is optional for an application. Applications that want to access headers in the re-invite can register for this event.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ReInviteReceived As EventHandler(Of SipRequestReceivedEventArgs)
'Usage
Dim instance As SignalingSession
Dim handler As EventHandler(Of SipRequestReceivedEventArgs)
AddHandler instance.ReInviteReceived, handler
public event EventHandler<SipRequestReceivedEventArgs> ReInviteReceived