Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
74e5c00006
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/video-layout/functions.js

+ 1
- 1
react/features/video-layout/functions.js View File

@@ -57,7 +57,7 @@ export function getTileViewGridDimensions(state: Object, maxColumns: number = ge
57 57
     // clog("r0 num",numberOfParticipants)
58 58
 
59 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 61
         if (typeof(numberOfParticipants_dev)=="number"){numberOfParticipants = numberOfParticipants_dev}
62 62
     }
63 63
     //        */

Loading…
Cancel
Save