SignalingSession.ReInviteReceived 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 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.
public:
event EventHandler<Microsoft::Rtc::Signaling::SipRequestReceivedEventArgs ^> ^ ReInviteReceived;
public event EventHandler<Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs> ReInviteReceived;
member this.ReInviteReceived : EventHandler<Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs>
Public Custom Event ReInviteReceived As EventHandler(Of SipRequestReceivedEventArgs)