forked from External/greenlight
Fixed issue with shared room not having correct record setting (#2053)
This commit is contained in:
parent
cb700404f3
commit
c1c62e8bf8
|
@ -54,7 +54,7 @@ module Joiner
|
|||
|
||||
# Determine if the user needs to join as a moderator.
|
||||
opts[:user_is_moderator] = @room.owned_by?(current_user) || room_setting_with_config("joinModerator") || @shared_room
|
||||
|
||||
opts[:record] = record_meeting
|
||||
opts[:require_moderator_approval] = room_setting_with_config("requireModeratorApproval")
|
||||
opts[:mute_on_start] = room_setting_with_config("muteOnStart")
|
||||
|
||||
|
|
Loading…
Reference in New Issue