This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26364 - Add "rollback" to RTCSdpType
Summary: Add "rollback" to RTCSdpType
Status: RESOLVED DUPLICATE of bug 25533
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: WebRTC API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Web RTC Working Group
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-17 02:27 UTC by Kiran
Modified: 2014-10-31 18:25 UTC (History)
2 users (show)

See Also:


Attachments

Description Kiran 2014-07-17 02:27:18 UTC
Section 4.1.4.2 of JSEP draft is explaining the "rollback" is a special session description type used to rollback the sessions.

But RTCSdpType of WebRTC draft is missing this SDP type.
It is better to add this type to RTCSdpType and explain the same in setLocalDescription/setRemodeDescription, like

. If setLocalDescription/setRemoteDescription is received with RTCSdpType "rollback".
. If the state is stable, return with invalid state exception and abort the following steps.
. Consider the sdp string to be empty string (clamping the string to be empty to avoid exception cases) and rollback the state from current unstable  state to previous stable state.
Comment 1 Harald Alvestrand 2014-10-31 18:25:07 UTC
Duplicate of 25533

*** This bug has been marked as a duplicate of bug 25533 ***