Browse Source

Auto-start client video

Vijayakrishnan 5 years ago
parent
commit
d78cdc875d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/views/client-dashboard.blade.php

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

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