[webrtc-pc] Rollback with non-empty SDP string

soareschen has just created a new issue for https://github.com/w3c/webrtc-pc:

== Rollback with non-empty SDP string ==
The description for `sdp` in `RTCSessionDescriptionInit` says:

> if type is rollback, this member is unused.

In JSEP section 4.1.8.2. says:

> A rollback is performed by supplying a session description of type "rollback" with empty contents.

So if set*Description is called with non-empty `sdp` string, with either valid or invalid SDP content, what is the expected behavior? Should there be error thrown or is the `sdp` field simply ignored?

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1469 using your GitHub account

Received on Monday, 10 July 2017 07:29:06 UTC