mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
bugfix: establish conference start time for parties that have been waiting
This commit is contained in:
@@ -371,6 +371,7 @@ class Conference extends Task {
|
|||||||
*/
|
*/
|
||||||
notifyStartConference(cs, opts) {
|
notifyStartConference(cs, opts) {
|
||||||
this.logger.info({opts}, `Conference:notifyStartConference: conference ${this.confName} has now started`);
|
this.logger.info({opts}, `Conference:notifyStartConference: conference ${this.confName} has now started`);
|
||||||
|
this.conferenceStartTime = new Date();
|
||||||
this.emitter.emit('join', opts);
|
this.emitter.emit('join', opts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user