laravel-websockets-demo
laravel-websockets-demo copied to clipboard
Can laravel-websockets support video call?
Hi, I have been trying out the demo and it works fine. So, I wonder if this package can support video calling function? If yes, then a few tips on how to implement will be appreciated...
Websockets are not intended for video calls. You may want to look into WebRTC.
https://mupati.medium.com/adding-video-chat-to-your-laravel-app-9e333c8a01f3
this is using pusher , don't know if it is possible to implement here