I am currently working on a project in Laravel 11 and I am interested in implementing a video call feature from scratch. I have read about Laravel Reverb (WebSockets) and I am wondering if it can be utilized for this purpose.
So far, I have:
Set up a basic Laravel application.
Installed Laravel Echo and Pusher to enable WebSockets.
Created a basic WebSocket connection using Laravel Reverb.
I expected to find comprehensive resources or documentation on how to leverage Laravel Reverb specifically for video calls, including handling video streams, signaling, and peer connections.However, I could not find detailed information on this specific use case.
Can Laravel Reverb be effectively used for video calling, or would I need to incorporate additional technologies like WebRTC? Any guidance or examples would be highly appreciated.
saad chabba is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.