add hideSelfView

This commit is contained in:
Rémai Gábor 2022-12-19 15:26:03 +01:00
parent 1719aec298
commit ab667d0d3c

View file

@ -101,6 +101,7 @@ function run()
const hideNoVideoParticipants = parameters.get('hideNoVideoParticipants');
const filmstripmode = parameters.get('filmstrip'); // filmstrip mode by default
const acceptCookie = parameters.get('acceptCookie'); // auto accept cookie popup
const hideSelfView = parameters.get('hideSelfView');
if (filmstripmode === 'true')
{
@ -242,6 +243,11 @@ function run()
roomClient.setHideNoVideoParticipants(true);
}
if (hideSelfView === 'true')
{
store.dispatch(roomActions.setHideSelfView(hideSelfView));
}
global.CLIENT = roomClient;
render(