Mupati / laravel-video-chat

A Collection of Demo Applications with Laravel + WebRTC - <<Just for Learning and Experimentation>>>
https://laravel-video-call.herokuapp.com/login
184 stars 84 forks source link

Change video chat to audio only #9

Closed abewartech closed 3 years ago

abewartech commented 3 years ago

Hey thank you for making this cool app

I want to convert video chat to audio chat, can you help me how to make it audio only ?

Mupati commented 3 years ago

That's pretty straightforward, in the code to get the user media, pass only audio: true.

abewartech commented 3 years ago

Thanks