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

@@ -766,6 +766,7 @@ var config = {
// Disables profile and the edit of all fields from the profile settings (display name and email)
// disableProfile: false,
disableProfile: true,
// Hides the email section under profile settings.
// hideEmailInSettings: false,
@@ -802,6 +803,7 @@ var config = {
// When 'true', the user cannot edit the display name.
// (Mainly useful when used in conjunction with the JWT so the JWT name becomes read only.)
// readOnlyName: false,
readOnlyName: true,
// If etherpad integration is enabled, setting this to true will
// automatically open the etherpad when a participant joins. This
@@ -1498,14 +1500,12 @@ var config = {
},
// Options related to the breakout rooms feature.
// breakoutRooms: {
// // Hides the add breakout room button. This replaces `hideAddRoomButton`.
// hideAddRoomButton: false,
// // Hides the auto assign participants button.
// hideAutoAssignButton: false,
// // Hides the join breakout room button.
// hideJoinRoomButton: false,
// },
breakoutRooms: {
// PoliticTalk uses one moderated room only.
hideAddRoomButton: true,
hideAutoAssignButton: true,
hideJoinRoomButton: true
},
// When true, virtual background feature will be disabled.
// disableVirtualBackground: false,