WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
195667
unified plan: ice connection state goes to disconnected when adding a new m-line
https://bugs.webkit.org/show_bug.cgi?id=195667
Summary
unified plan: ice connection state goes to disconnected when adding a new m-line
Arne Gleditsch
Reported
2019-03-13 02:51:42 PDT
Safari TP 77 seems to exhibit the same (incorrect) behavior as Chrome when adding new m-lines to an existing peer connection:
https://bugs.chromium.org/p/chromium/issues/detail?id=909684
To Reproduce: * Go to
https://webrtc.github.io/samples/src/content/peerconnection/pc1/
* Make a call (having Develop -> Experimental Features -> WebRTC Unified Plan enabled) * Paste into the console: navigator.mediaDevices.getDisplayMedia({video: true}).then(stream => { pc1.addTrack(stream.getTracks()[0], stream); pc1.createOffer().then(offer => pc1.setLocalDescription(offer)); }); * Observe that console output indicates that ICE state goes to "disconnected" * Repeat having Unified Plan disabled, observing that the same does not happen in this scenario.
Attachments
Add attachment
proposed patch, testcase, etc.
youenn fablet
Comment 1
2019-06-10 08:59:09 PDT
Unified plan is on by default.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug