Closed
Bug 947706
Opened 11 years ago
Closed 11 years ago
Doing setRemoteDescription() again with exact same SDP (o= line changed version) fails
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 857115
People
(Reporter: mmraju, Unassigned)
Details
(Whiteboard: [bugday-20131209])
Attachments
(1 file)
696 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0 (Beta/Release)
Build ID: 20131207030203
Steps to reproduce:
1. Make a call. remote1.txt SDP file has SDP given to the term side of the call.
2. Do createOffer() again
Scenario1:
3. do setLocalDescription(). Provide this SDP to remote end in setRemoteDescription(): remote2.txt SDP file.
Scenario2:
3. In local SDP, change mode a=sendrecv to a=inactive and give it back to setLocalDescription
the local SDP (pc.localDescription) still has a=sendrecv, nit a=inactive.
Actual results:
Scenario1:
setRemoteDescription should not fail
Scenario2:
local SDP should have a=inactive.
![]() |
||
Updated•11 years ago
|
Component: Untriaged → WebRTC: Signaling
Product: Firefox → Core
Whiteboard: [bugday-20131209]
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•