philnash / twilio-video-react-hooks

A video chat application built with Twilio Video and React Hooks
MIT License
110 stars 61 forks source link

Can't hear audio from other person #28

Closed vinceliu21 closed 4 years ago

vinceliu21 commented 4 years ago

Hi, I can see the other call attendee and the other individual can see/hear me, but I can't seem to hear them. I followed the instruction here https://github.com/philnash/twilio-video-react-hooks/issues/23#issuecomment-627790996, but that did not seem to solve it.

philnash commented 4 years ago

The application works the same for all participants, so if they can see and hear you then you should be able to see and hear them too. Are you able to replicate this with another person or between two devices yourself?

vinceliu21 commented 4 years ago

Sorry. Running this same application on multiple devices did not work. The situation I described is when I used this application to communicate with another attendee on a 3rd party application with an access token. The attendee on the 3rd party app side could see & hear me when I communicated through this app, but I could only see the individual from this app.

philnash commented 4 years ago

Ok, thanks for the clarification.

Just to confirm, have you removed the muted attribute from the <audio> element in the Participant component? What is the JSX that you're returning from the Participant component look like? Is there anything else that you have changed?

Is there anything in the logs that you can see that might help debug this too?

vinceliu21 commented 4 years ago

Closing the issue. Saw my mistake!

philnash commented 4 years ago

Glad you sorted it!