瀏覽代碼

Auto-start client video

Vijayakrishnan 5 年之前
父節點
當前提交
d78cdc875d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      resources/views/client-dashboard.blade.php

+ 3 - 0
resources/views/client-dashboard.blade.php

@@ -283,6 +283,9 @@
                         } else {
                             console.info('Connected to OT session :)');
                             self.readyToPublish = true;
+
+                            // auto start client video
+                            self.cameraOn();
                         }
                     });
                 },