Hey! I'm trying to create a group multi-user video/voice chat app using laravel where users can join random groups and talk. Kinda like : https://www.free4talk.com/
How can i tackle this? What packages do i need for this to package. Any article / video tutorial or anything would be helpful.
Thanks
To implement audio and video group calls in a Laravel application, you can leverage third-party APIs that specialize in real-time communication (RTC). MirrorFly is a popular communication API provider that offers features like audio/video calls, chat, and group calls. It’s a great choice if you want to integrate real-time communication features into your Laravel application without writing a lot of custom code.