We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e853d77 commit 022b391Copy full SHA for 022b391
app/controllers/concerns/bbb_helper.rb
@@ -84,7 +84,7 @@ def create_meeting
84
autoStartRecording: string_to_bool(@chosen_room.autoStartRecording),
85
allowStartStopRecording: string_to_bool(@chosen_room.allowStartStopRecording),
86
'meta_description': @chosen_room.description.truncate(128, separator: ' '),
87
- 'meta_bn-publish': string_to_bool(@chosen_room.defaultRecordingPublish),
+ 'meta_bn-publish': !string_to_bool(@chosen_room.defaultRecordingPublish),
88
}
89
90
# pass any extra parameters set in the broker to BBB
0 commit comments