mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
add comment
This commit is contained in:
parent
ff61d4cc37
commit
1719aec298
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function run()
|
|||
const muted = parameters.get('muted') === 'true';
|
||||
const headless = parameters.get('headless');
|
||||
const hideNoVideoParticipants = parameters.get('hideNoVideoParticipants');
|
||||
const filmstripmode = parameters.get('filmstrip_mode'); // filmstrip
|
||||
const filmstripmode = parameters.get('filmstrip'); // filmstrip mode by default
|
||||
const acceptCookie = parameters.get('acceptCookie'); // auto accept cookie popup
|
||||
|
||||
if (filmstripmode === 'true')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue