New issue
Advanced search Search tips

Issue 907492 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner:
Closed: Nov 21
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Support sdpSemantics for deprecated RTCPeerConnection constructors

Project Member Reported by guidou@chromium.org, Nov 21

Issue description

Currently the sdpSemantics field for Plan-B compatibility is supported only on the standard constructors, but older applications using the constraints-based constructors are not able to explicitly choose Plan B.
 
Components: Blink>WebRTC>PeerConnection
Labels: M-72
Status: WontFix (was: Assigned)
There is only one constructor that takes an optional RTCConfiguration and optional (deprecated) constraints.
To use sdpSemantics with constraints, just pass an RTCConfiguration together with a constraints object.
i don't see any options to send RTCConfiguration as part of constraints object.

currenltly passing sdpSemantics and constraints as the arguments for RTCPeerConnection. Unable to pass RTCConfiguration in RTCPeerConnection constructors.

You have to pass it as part of the RTCConfiguraton object. You can pass both the RTCConfiguration and the constraints object. (The latter is nonstandard, but still supported).

Sign in to add a comment