RenegotiationToRefreshNeeded Event

Raised when renegotiation is needed to refresh the session.

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

Remarks

This occurs when the session is enabled for a session timer, the local endpoint is the refresher, and the remote does not support the refresh method.

The application is responsible for calling [BeginRenegotiateDescription] to keep the session alive.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace