emial link, breakout, end call

This commit is contained in:
2026-05-17 22:52:13 +05:30
parent e4837b8cb1
commit fe54d1c9e6
3 changed files with 298 additions and 22 deletions

View File

@@ -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,