Yii2 and video chat

My objective is to give users a possibility to create video chat rooms(1 on 1) and join them.
The problem is that I don’t know at what direction I should go? I’ve searched for answers, but none of them were helpful.
I found out about such services as BigBlueButton or Apache OpenMeetings, but I’m not sure if it’s what I need.
I’d appreciate any hints. Thanks.

I do not think there is any php service that provide video conferencing. You can make use of existing services like zoom and jitsi.

You can make use of their API to schedule and use their video calls. Alternatively set up your own jitsi server.

Thanks for the reply. I stumbled upon TokBox a couple of days ago.