Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Arpit's avatar
Level 10

Audio and Video group calls in laravel

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

0 likes
2 replies
kennyroy's avatar

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.

Please or to participate in this conversation.