Skip to content

Commit

Permalink
fix: Actually stop the conference after the timeout. (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored May 22, 2023
1 parent 2bb0b07 commit 0b4af3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ public JitsiMeetConferenceImpl(
{
logger.info("Expiring due to initial timeout.");
}
stop();
},
ConferenceConfig.config.getConferenceStartTimeout().toMillis(),
TimeUnit.MILLISECONDS);
Expand Down

0 comments on commit 0b4af3f

Please sign in to comment.