mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-15 13:57:52 +00:00
feat: emit raise hand event to external API (#8312)
* Expose raise hand event to external application * Fix linting issues * fix the app non existing issue
This commit is contained in:
1
modules/API/external/external_api.js
vendored
1
modules/API/external/external_api.js
vendored
@@ -79,6 +79,7 @@ const events = {
|
||||
'participant-role-changed': 'participantRoleChanged',
|
||||
'password-required': 'passwordRequired',
|
||||
'proxy-connection-event': 'proxyConnectionEvent',
|
||||
'raise-hand-updated': 'raiseHandUpdated',
|
||||
'video-ready-to-close': 'readyToClose',
|
||||
'video-conference-joined': 'videoConferenceJoined',
|
||||
'video-conference-left': 'videoConferenceLeft',
|
||||
|
||||
Reference in New Issue
Block a user