fix(start-silent) Disable AOT mic and unmute notif when start silent

This commit is contained in:
Horatiu Muresan
2022-04-18 16:19:19 +03:00
committed by Horatiu Muresan
parent 045bd44407
commit 8f641b7bb1
5 changed files with 21 additions and 5 deletions

View File

@@ -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.
*