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 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