How to implement group video chat using vLine API

1.4k Views Asked by At

I am new to WebRTC and vLine API. I need to implement a Group Video Chat just like Google Hangout using vLine API and PHP. Please suggest if any example or solution available or how to go about it?

Thanks Tanjum

1

There are 1 best solutions below

1
On

We have a PHP example on GitHub: https://github.com/vline/vline-php-example (More examples available here).

With the current API you can implement group chat with a mesh topology where each user establishes a connection with the other users (using person.startMedia() on each person you want to include in the conference). Due to both bandwidth and CPU, this won't scale well beyond four people or so.

We have a better conferencing solution in development (that won the Best Conferencing Award at the WebRTC Expo), but it's currently only available to a select group of beta testers.