diff --git a/lib/tasks/conference.js b/lib/tasks/conference.js index 4a7a6200..9237df25 100644 --- a/lib/tasks/conference.js +++ b/lib/tasks/conference.js @@ -371,6 +371,7 @@ class Conference extends Task { */ notifyStartConference(cs, opts) { this.logger.info({opts}, `Conference:notifyStartConference: conference ${this.confName} has now started`); + this.conferenceStartTime = new Date(); this.emitter.emit('join', opts); }