Who had experience in developing a chat application with a webcam, what libraries did you use?

For further actions, you may consider blocking this person and/or reporting abuse
Who had experience in developing a chat application with a webcam, what libraries did you use?
For further actions, you may consider blocking this person and/or reporting abuse
Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.
Bogdan -
Abhirupa Mitra -
Random -
Ravin Rau -
Top comments (3)
Node.js + Socket.io + WebRTC
The react native part is misleading in the post as the service is a backend thingy.
Different clients can connect to that single service using websockets and the implementation details will differ from client to client.
You can find a good amount of tutorials on how to create this kind of service (or product), then extrapolate any client the tutorial uses (just to show the results) into your react native client.
Hope it helps! ππΌπ
I'm afraid that in the future I will have to eject Expo in order to implement chat functionality. Working on React native CLI brings huge pains. Thank you for your reply, it really helped me π
Nice tutorial, thanks for sharing!