Explorar el Código

auto acp scripted

dev
jfinn hace 5 años
padre
commit
74e5c00006
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      react/features/video-layout/functions.js

+ 1
- 1
react/features/video-layout/functions.js Ver fichero

57
     // clog("r0 num",numberOfParticipants)
57
     // clog("r0 num",numberOfParticipants)
58
 
58
 
59
     if (window.glob_dev_fns && window.glob_dev_fns.getTileViewGridDimensions_set_num){
59
     if (window.glob_dev_fns && window.glob_dev_fns.getTileViewGridDimensions_set_num){
60
-        const numberOfParticipants_dev = window.glob_dev_fns.getTileViewGridDimensions_set_num(state)
60
+        const numberOfParticipants_dev = window.glob_dev_fns.getTileViewGridDimensions_set_num(state,maxColumns,numberOfParticipants)
61
         if (typeof(numberOfParticipants_dev)=="number"){numberOfParticipants = numberOfParticipants_dev}
61
         if (typeof(numberOfParticipants_dev)=="number"){numberOfParticipants = numberOfParticipants_dev}
62
     }
62
     }
63
     //        */
63
     //        */

Loading…
Cancelar
Guardar