SignalingSession.BeginRenegotiateDescription Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method BeginRenegotiateDescription(AsyncCallback, Object) Renegotiates the media description. Only one negotiation can be outstanding at any time. The session should be in the Connected state for this method to work.
Public method BeginRenegotiateDescription(IEnumerable<SignalingHeader>, AsyncCallback, Object) Renegotiates the media description with the specified participant. Only one negotiation can be outstanding with any participant at any time. The participant should be part of the session for this method to succeed. The participant cannot be a local participant. A given topology may not allow the exchange of descriptions with certain participants.
Public method BeginRenegotiateDescription(SipDialogContext, IEnumerable<SignalingHeader>, AsyncCallback, Object) Renegotiates the media description. Only one negotiation can be outstanding at any time. The session should be in the Connected state for this method to work.

Top

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace