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:
Shawn Chin
2022-08-01 11:37:41 +01:00
committed by GitHub
parent ccba7e8f75
commit 94074836ec
3 changed files with 61 additions and 1 deletions

View File

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