Google meet too much recursion on ending screenshare
Categories
(Core :: WebRTC, defect)
Tracking
()
People
(Reporter: austin.lund, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0
Steps to reproduce:
During an RTC on meet.google.com, start and end a screen share session.
Actual results:
When ending a screen sharing session in meet.google.com, it is not possible to start another one, and some other website functionality is affected.
The console shows:
RTCPeerConnection.getLocalStreams/getRemoteStreams are deprecated. Use RTCPeerConnection.getSenders/getReceivers instead. hhn-khgy-tjp:110:25
Uncaught (in promise) InternalError: too much recursion
traceProp https://meet.google.com/hhn-khgy-tjp?hs=49:7
get https://meet.google.com/hhn-khgy-tjp?hs=49:125
traceProp https://meet.google.com/hhn-khgy-tjp?hs=49:7
[ .. repeated over and over .. ]
Expected results:
Ending a screen sharing session should work and the website functionality such as ending the RTC session should also work after a screen sharing session.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::WebRTC' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:mjf, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Comment 3•1 year ago
|
||
This is an issue with the Devtools Media Panel extension. Best to disable it for now.
Description
•