Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollback with non-empty SDP string #1469

Closed
soareschen opened this issue Jul 10, 2017 · 1 comment
Closed

Rollback with non-empty SDP string #1469

soareschen opened this issue Jul 10, 2017 · 1 comment
Labels

Comments

@soareschen
Copy link
Contributor

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?

@aboba
Copy link
Contributor

aboba commented Jul 13, 2017

The JSEP language is non-normative and Section 4.4.1.6 indicates that the sdp field is ignored.

@aboba aboba closed this as completed Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants