philnash / twilio-video-react-hooks

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

Only stream video, not voice #2

Closed dat0825 closed 4 years ago

dat0825 commented 4 years ago

Sorry, but when i run this project, only video and not sound. I am sure i turned on my microphone.

philnash commented 4 years ago

That's correct, I actually included muting the audio because when testing you don't want to hear the feedback. To remove the mute, remove the muted={true} line from Participant.js.

For bonus points, add in a button to toggle muting the audio of a participant.

philnash commented 4 years ago

Let me know if this fixes it for you, and we can close this issue?