From c594797cb0089d17adaa9097a0abee2fa8cc9a19 Mon Sep 17 00:00:00 2001 From: Anton Voylenko Date: Tue, 13 Aug 2024 16:57:26 +0300 Subject: [PATCH] fix: support _lccMuteStatus for conference (#853) --- lib/tasks/conference.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/tasks/conference.js b/lib/tasks/conference.js index 3176e229..6442d5d1 100644 --- a/lib/tasks/conference.js +++ b/lib/tasks/conference.js @@ -544,6 +544,13 @@ class Conference extends Task { } while (!this.killed && this.conf_hold_status === 'hold'); } + /** + * mute or unmute side of the call + */ + mute(callSid, doMute) { + this.doConferenceMute(this.callSession, {conf_mute_status: doMute}); + } + /** * Add ourselves to the waitlist of sessions to be notified once * the conference starts