SignalingSession.IsSessionTimerSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value indicating if the session supports a session timer. The default value of this property is inherited from the endpoint. An application can override this property per session. If the session is already using a session timer, this flag will only affect the behavior when the next session refresh occurs. If the flag is turned on after the session is connected, the application needs to call ReNegotiateMediaDescription to enable the session timer.
public:
property bool IsSessionTimerSupported { bool get(); void set(bool value); };
public bool IsSessionTimerSupported { get; set; }
member this.IsSessionTimerSupported : bool with get, set
Public Property IsSessionTimerSupported As Boolean
Property Value
Exceptions
Thrown when trying to set the property to false when session timer feature of the remote participant is required.