-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not allow to show the webcam in the browser #2
Comments
@NestorDevs can you give me more detail about it? I've checked https://react-socket-io-webrtc-client.herokuapp.com/ demo page. It is working on Chrome latest version and Safari. |
if it's working I think it's from my camera on the pc because it works fine on the phone... one question... how many users can be connected to a room... is it possible? because the internet connect two users and they don't see each other |
It's just a sample application. It shows how WebRTC work. I haven't done a load test yet and I don't expect that it to perform well. Also there is no limitation to connect with multiple client in a room. But I store users in memory. It's not the best way to store rooms and users of course. I tried it with three of my friends. It has worked as I expected. But if you connect large number of users in a room there will be performans issues. |
does not allow to show the webcam in the browser
The text was updated successfully, but these errors were encountered: