mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
bugfix: hold music fetched when conference member removed from hold
This commit is contained in:
@@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user