philnash / twilio-video-react-hooks

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

Problem in receive audio #80

Closed devAmirHemmati closed 1 year ago

devAmirHemmati commented 1 year ago

I receive video successfully, but I don't receive audio in this app!

philnash commented 1 year ago

The audio is muted (it saves you from deafening yourself when testing on your own). Remove this muted attribute from the <audio> element and you will be able to hear.