bugfix: hold music fetched when conference member removed from hold

This commit is contained in:
Dave Horton
2022-07-27 11:37:12 +01:00
parent 6979affb86
commit a035b67e6c

View File

@@ -453,7 +453,7 @@ class Conference extends Task {
this._playSession = null; this._playSession = null;
break; break;
} }
} while (!this.killed && this.conf_hold_status !== 'hold'); } while (!this.killed && this.conf_hold_status === 'hold');
} }
/** /**