Manab
Results
1
comments of
Manab
I hope you are doing this while a new user connects ``` socket.on('user-connected',userId =>{ connectToNewUser(userId,stream); }) ``` You can add a timeout to make your code listen to 'stream' event...