auto publish

  1. R

    Auto start webcam on page load

    Hello! how to automatic start webcam capture on page load without the Start btn? We have attempt many ways like <script type="text/javascript"> $(document).ready(function(){ $("#publishBtn").trigger('click'); }); </script> Without succcess. Thanks!
Top