mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-22 10:17:48 +00:00
refactor: remove ensureInitialized
This commit is contained in:
@@ -398,8 +398,7 @@ class RecordingController {
|
||||
this._state = ControllerState.RECORDING;
|
||||
const delegate = this._adapters[this._currentSessionToken];
|
||||
|
||||
delegate.ensureInitialized()
|
||||
.then(() => delegate.start())
|
||||
delegate.start()
|
||||
.then(() => {
|
||||
logger.log('Local recording engaged.');
|
||||
const message = i18next.t('localRecording.messages.engaged');
|
||||
|
||||
Reference in New Issue
Block a user