mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref(toolbar): remove contact list
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
7d86e3f8e7
commit
1eee20dd5a
2
modules/API/external/external_api.js
vendored
2
modules/API/external/external_api.js
vendored
@@ -24,7 +24,6 @@ const commands = {
|
||||
submitFeedback: 'submit-feedback',
|
||||
toggleAudio: 'toggle-audio',
|
||||
toggleChat: 'toggle-chat',
|
||||
toggleContactList: 'toggle-contact-list',
|
||||
toggleFilmStrip: 'toggle-film-strip',
|
||||
toggleShareScreen: 'toggle-share-screen',
|
||||
toggleVideo: 'toggle-video'
|
||||
@@ -551,7 +550,6 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
|
||||
* toggleVideo - mutes / unmutes video. no arguments
|
||||
* toggleFilmStrip - hides / shows the filmstrip. no arguments
|
||||
* toggleChat - hides / shows chat. no arguments.
|
||||
* toggleContactList - hides / shows contact list. no arguments.
|
||||
* toggleShareScreen - starts / stops screen sharing. no arguments.
|
||||
*
|
||||
* @param {Object} commandList - The object with commands to be executed.
|
||||
|
||||
Reference in New Issue
Block a user