mirror of https://github.com/sualko/cloud_bbb
Compare commits
3 Commits
9f4e7bbf44
...
e4412bda9c
Author | SHA1 | Date |
---|---|---|
|
e4412bda9c | |
|
2588f6d852 | |
|
093e286e0f |
|
@ -118,7 +118,8 @@ class API {
|
||||||
$joinMeetingParams->addUserData('bbb_skip_video_preview_on_first_join', !$room->getMediaCheck()); // 2.3
|
$joinMeetingParams->addUserData('bbb_skip_video_preview_on_first_join', !$room->getMediaCheck()); // 2.3
|
||||||
|
|
||||||
if ($room->getCleanLayout()) {
|
if ($room->getCleanLayout()) {
|
||||||
$joinMeetingParams->addUserData('bbb_auto_swap_layout', true);
|
$joinMeetingParams->addUserData('bbb_auto_swap_layout', true); // 2.5 and below // ToDo: remove in the future
|
||||||
|
$joinMeetingParams->addUserData('bbb_hide_presentation_on_join', true); // 2.6 and up
|
||||||
$joinMeetingParams->addUserData('bbb_show_participants_on_login', false);
|
$joinMeetingParams->addUserData('bbb_show_participants_on_login', false);
|
||||||
$joinMeetingParams->addUserData('bbb_show_public_chat_on_login', false);
|
$joinMeetingParams->addUserData('bbb_show_public_chat_on_login', false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue