mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(start-silent) Disable AOT mic and unmute notif when start silent
This commit is contained in:
committed by
Horatiu Muresan
parent
045bd44407
commit
8f641b7bb1
11
modules/API/external/external_api.js
vendored
11
modules/API/external/external_api.js
vendored
@@ -978,6 +978,17 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns wether meeting is started silent.
|
||||
*
|
||||
* @returns {Promise} - Resolves with start silent status.
|
||||
*/
|
||||
isStartSilent() {
|
||||
return this._transport.sendRequest({
|
||||
name: 'is-start-silent'
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the avatar URL of a participant.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user