Closed
Bug 1218361
Opened 9 years ago
Closed 9 years ago
ICE restart is unsupported at this time
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 906986
People
(Reporter: kkc_mdh, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36
Steps to reproduce:
I have started RTCPeerConnection with Chrome and Firefox browser with data channel. After that, I want to share the screen from Firefox to Chrome. Reverse is working fine from Chrome to FireFox.
Actual results:
I am facing issue while setRemoteDescription. It gives me below error message.
ICE restart is unsupported at this time (new remote description changes either the ice-ufrag or ice-pwd)ice-ufrag (old): ZVcCdknrixIC46+vice-ufrag (new): CVsETyIt4H/G9u2Zice-pwd (old): 80Ph2snObUYTT/KVEQlMzKq5ice-pwd (new): FwK/2isksghHvZfZLqsy3oLI
Expected results:
It should not throw any error and work fine
Updated•9 years ago
|
Component: Untriaged → WebRTC
Product: Firefox → Core
Comment 1•9 years ago
|
||
We are working to add ICE restart to Firefox this quarter (Firefox 46 or earlier). See Bug 906986 for more details and to track the work.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•