mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove the ability to hide yourself in video rooms (#22806)
This commit is contained in:
parent
017dfb6606
commit
7708d0584b
@ -413,6 +413,9 @@ function joinConference(audioDevice?: string | null, videoDevice?: string | null
|
||||
];
|
||||
// Hide all top bar elements
|
||||
options.configOverwrite.conferenceInfo = { autoHide: [] };
|
||||
// Remove the ability to hide your own tile, since we're hiding the
|
||||
// settings button which would be the only way to get it back
|
||||
options.configOverwrite.disableSelfViewSettings = true;
|
||||
}
|
||||
|
||||
meetApi = new JitsiMeetExternalAPI(jitsiDomain, options);
|
||||
|
Loading…
Reference in New Issue
Block a user