RTCSessionDescription object
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
The RTCSessionDescription object is used to represent a session and provide the option to adjust its parameters.
Syntax
var sessionDescription = new RTCSessionDescription(descriptionInitDict);
Members
The RTCSessionDescription object has these types of members:
- Properties
Properties
The RTCSessionDescription object has these properties.
Property | Access type | Description |
---|---|---|
Read-only |
The type property returns the type of the description. |
Remarks
The RTCSessionDescription constructor includes the following parameters:
Parameter | Type | Description |
---|---|---|
descriptionInitDict | RTCSessionDescriptionInit | Optional. Sets the type and sdp property of an RTCSessionDescription. |