Skip to content

Commit 0b4af3f

Browse files
authored
fix: Actually stop the conference after the timeout. (#1097)
1 parent 2bb0b07 commit 0b4af3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jicofo/src/main/java/org/jitsi/jicofo/conference/JitsiMeetConferenceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ public JitsiMeetConferenceImpl(
284284
{
285285
logger.info("Expiring due to initial timeout.");
286286
}
287+
stop();
287288
},
288289
ConferenceConfig.config.getConferenceStartTimeout().toMillis(),
289290
TimeUnit.MILLISECONDS);

0 commit comments

Comments
 (0)