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:
Andrei Gavrilescu
2022-11-21 15:32:18 +02:00
committed by GitHub
parent b11e14ea34
commit 94ec2c720d
5 changed files with 76 additions and 9 deletions

View File

@@ -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',