mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 07:27:48 +00:00
feat(api): add toolbarVisibilityChanged event to the IFrame API (#16659)
* Change toolbar background color from IFrame API #16468 fixed * fix(toolbar #16468): implement toolbar background color via configOverwrite for web and mobile * keep toolbarConfig defaults commented in config.js * add trailing comma to commented toolbarConfig.backgroundColor * fix: resolve linting errors * feat(api): add toolbarVisibilityChanged event to IFrame API * fix lint
This commit is contained in:
1
modules/API/external/external_api.js
vendored
1
modules/API/external/external_api.js
vendored
@@ -167,6 +167,7 @@ const events = {
|
||||
'suspend-detected': 'suspendDetected',
|
||||
'tile-view-changed': 'tileViewChanged',
|
||||
'toolbar-button-clicked': 'toolbarButtonClicked',
|
||||
'toolbar-visibility-changed': 'toolbarVisibilityChanged',
|
||||
'transcribing-status-changed': 'transcribingStatusChanged',
|
||||
'transcription-chunk-received': 'transcriptionChunkReceived',
|
||||
'whiteboard-status-changed': 'whiteboardStatusChanged'
|
||||
|
||||
Reference in New Issue
Block a user