You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
@harikt@MajesticKhan It's not clear from the actual tutorial, but you have to click the "Open camera and microphone" button before it enables the create/join room buttons. This is how the code is designed as well. If you look at index.html, you'll notice the create/join rooms start out as disabled. In app.js, the init method adds a click eventListener on all the buttons, notably the #cameraButton to call openUserMedia(...) when someone clicks the open camera button. Within openUserMedia it gets camera/mic feed, and then:
Hi are the buttons suppose to be disabled?
The text was updated successfully, but these errors were encountered: