mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(rtcstats): report pc connection failure (#12560)
* report pc connection failure * typos * code review / update rtcstats * check for undefined APP
This commit is contained in:
committed by
GitHub
parent
b11e14ea34
commit
94ec2c720d
1
modules/API/external/external_api.js
vendored
1
modules/API/external/external_api.js
vendored
@@ -135,6 +135,7 @@ const events = {
|
||||
'participant-role-changed': 'participantRoleChanged',
|
||||
'participants-pane-toggled': 'participantsPaneToggled',
|
||||
'password-required': 'passwordRequired',
|
||||
'peer-connection-failure': 'peerConnectionFailure',
|
||||
'prejoin-screen-loaded': 'prejoinScreenLoaded',
|
||||
'proxy-connection-event': 'proxyConnectionEvent',
|
||||
'raise-hand-updated': 'raiseHandUpdated',
|
||||
|
||||
Reference in New Issue
Block a user