소스 검색

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();
                         }
                     });
                 },