You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Min Version: 1.33.1 Operating System: Ubuntu 22.04.4 LTS
Expected Behavior
When joining a Google Meet, the application should display a permissions popup for WebRTC and navigator access.
Actual Behavior
The permissions popup is not displayed, and users are not prompted for permissions.
Error Messages
When debugging in the terminal, the following errors are thrown:
Additional Information
Is this issue observed on other operating systems? Please provide any relevant details.
(node:229414) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 closed listeners added to [BrowserWindow]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
[1] (Use electron --trace-warnings ... to show where the warning was created)
[1] [231060:1014/130124.761095:ERROR:srtp_transport.cc(165)] Failed to unprotect RTCP packet: size=64, type=207
[1] [229456:1014/130142.124222:ERROR:shared_image_manager.cc(224)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
@
The text was updated successfully, but these errors were encountered:
Min Version: 1.33.1
Operating System: Ubuntu 22.04.4 LTS
Expected Behavior
When joining a Google Meet, the application should display a permissions popup for WebRTC and navigator access.
Actual Behavior
The permissions popup is not displayed, and users are not prompted for permissions.
Error Messages
When debugging in the terminal, the following errors are thrown:
Additional Information
(node:229414) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 closed listeners added to [BrowserWindow]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
[1] (Use
electron --trace-warnings ...
to show where the warning was created)[1] [231060:1014/130124.761095:ERROR:srtp_transport.cc(165)] Failed to unprotect RTCP packet: size=64, type=207
[1] [229456:1014/130142.124222:ERROR:shared_image_manager.cc(224)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
@
The text was updated successfully, but these errors were encountered: