Browse Source

Auto-start client video

Vijayakrishnan 5 năm trước cách đây
mục cha
commit
d78cdc875d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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();
                         }
                     });
                 },