Skip to content

Commit

Permalink
fix(visitors): Do not join visitor MUC until live.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Jun 25, 2024
1 parent 7265172 commit fcc5b99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class ConferenceIqHandler(
if (visitorRequested && conference?.chatRoom?.visitorsLive != true) {
response.isReady = false
response.addProperty(ConferenceIq.Property("live", "false"))
return response
}
val vnode = if (visitorSupported && visitorsManager.enabled) {
conference?.redirectVisitor(visitorRequested)
Expand Down

0 comments on commit fcc5b99

Please sign in to comment.