mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(external-api) Add command to show custom in-meeting notification (#11897)
* feat(external-api) Add command to show custom in-meeting notification * fix lint * added uid to showNotifications, added hideNotifications
This commit is contained in:
2
modules/API/external/external_api.js
vendored
2
modules/API/external/external_api.js
vendored
@@ -40,6 +40,7 @@ const commands = {
|
||||
email: 'email',
|
||||
grantModerator: 'grant-moderator',
|
||||
hangup: 'video-hangup',
|
||||
hideNotification: 'hide-notification',
|
||||
initiatePrivateChat: 'initiate-private-chat',
|
||||
joinBreakoutRoom: 'join-breakout-room',
|
||||
localSubject: 'local-subject',
|
||||
@@ -63,6 +64,7 @@ const commands = {
|
||||
setSubtitles: 'set-subtitles',
|
||||
setTileView: 'set-tile-view',
|
||||
setVideoQuality: 'set-video-quality',
|
||||
showNotification: 'show-notification',
|
||||
startRecording: 'start-recording',
|
||||
startShareVideo: 'start-share-video',
|
||||
stopRecording: 'stop-recording',
|
||||
|
||||
Reference in New Issue
Block a user