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

Visual Basic (Declaration)
Public Event 
RenegotiationToRefreshNeeded 
As 
EventHandler(
Of 
EventArgs)
C#
public event 
EventHandler<
EventArgs> 
RenegotiationToRefreshNeeded
Visual C++
public:
 
event 
EventHandler<
EventArgs^>^ 
RenegotiationToRefreshNeeded {
	
void 
add (
EventHandler<
EventArgs^>^ 
value);
	
void 
remove (
EventHandler<
EventArgs^>^ 
value);
}
JavaScript
function add_
renegotiationToRefreshNeeded(
value);
function remove_
renegotiationToRefreshNeeded(
value);

See Also