Hi, I am trying to create a simple functionality, where a user creates a room with a roomID and another user joins that room with the same roomID, then the room owner can play a song and the other user will be able to listen to that song as well in sync. I am trying to do this in React.js. Any idea how can I do this?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Hey Prakarti 👋 I am building a chat app that requires what you explained. What tech are you using to store data?