RTCPeerConnection gathers no ICE candidate and doesn't complete gathering
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
People
(Reporter: finesserus, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15
Steps to reproduce:
The bug occurs in Firefox 86.0b2 on macOS 11. It doesn't occur on Windows 10. It doesn't occur in Firefox 85.
- Open https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ (source code: https://github.com/webrtc/samples/tree/gh-pages/src/content/peerconnection/trickle-ice).
- Click the "Gather candidates" button.
Actual results:
Nothing happens: no candidates are gathered and the process doesn't complete (the button doesn't become active)
Expected results:
Several ICE candidates get gathered in less than a second, the gathering process completes.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::WebRTC: Networking' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Reporter | ||
Comment 3•4 years ago
|
||
I can't reproduce the bug on my machine. I was able to reproduce it only on BrowserStack. Since the version on BrowserStack isn't latest and the bug doesn't occur on latest nightly and beta versions, the bug can be closed, I guess.
Updated•4 years ago
|
Description
•