Closed parvez-144 closed 1 month ago
@parvez-144 Can you tell me what
socket.emit("")
did? Is that agora's api?
No its not agora's api i am using different websocket to implement messaging.so socket.emit triggers a event to our server when a user joins room and then server broadcasts that info to all other participants in the room that this person joined or left the room.
@parvez-144 Can you show the logs when you can't join rooms
Closed due to no response from the original author. Please feel free to reopen it if you have more information that can help us investigate the issue further.
What kind of problem do you need help?
I am using agora for adding group video call feature, however i am using websockets for a real time whiteboard sharing and real time messaging.When i comment out my socket code ,agora's useJoin hook is working properly but when i also activate my socket i am having trouble in joining channel as use Join returns some data but "isConneted :false". this is my socket part. and this is how i am using agora for video sharing. when i comment out my socket's enippet it works.Please help to come out of this issue and let me know if any additional info i can provide.