SignalingSession.RenegotiationToRefreshNeeded Event

Raised when the session is enabled for a session timer, the local endpoint is the refresher, and the remote does not support the UPDATE method. The application is responsible for calling BeginRenegotiateDescription to keep the session alive.

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

Syntax

'Declaration
Public Event RenegotiationToRefreshNeeded As EventHandler(Of EventArgs)
'Usage
Dim instance As SignalingSession
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.RenegotiationToRefreshNeeded, handler
public event EventHandler<EventArgs> RenegotiationToRefreshNeeded

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace