emial link, breakout, end call
This commit is contained in:
@@ -17,6 +17,8 @@ config.startWithVideoMuted = true;
|
||||
config.disableSelfView = true;
|
||||
config.disableSelfViewSettings = true;
|
||||
config.disableLocalVideoFlip = true;
|
||||
config.disableProfile = true;
|
||||
config.readOnlyName = true;
|
||||
|
||||
config.disableChat = false;
|
||||
config.disablePolls = false;
|
||||
@@ -67,6 +69,12 @@ config.participantsPane = {
|
||||
hideMuteAllButton: false
|
||||
};
|
||||
|
||||
config.breakoutRooms = {
|
||||
hideAddRoomButton: true,
|
||||
hideAutoAssignButton: true,
|
||||
hideJoinRoomButton: true
|
||||
};
|
||||
|
||||
config.e2ee = {
|
||||
externallyManagedKey: false,
|
||||
disabled: false,
|
||||
|
||||
Reference in New Issue
Block a user