I am creating video chat application by using webrtc and firebase. There seems to be an existing provision of video call one to one. But I am facing issue in group chat.

How can we group chat using webRTC and firebase in Reactjs or Nextjs? Will I create own stun server for better security and scalability. If Yes which one is best stun server or turn server?

Also,

I was wondering if you could Video call people who are on different pages of the same website without having to be on the specific 'video call page' only?

What is the way to allow incoming calls even when you are not joined in a group? I believe it must be a group request (Sending a request to join from Person A to Person B). Is this possible using WebRTC?

Comment From: bclozel

Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use the issue tracker only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.

Comment From: Nidhi-Tanwar14

Thank you for your response, but I did check on stack overflow and I have not found any solution there. I was asking if we can have any api to have group video call just as we have for peer to peer call please.

Comment From: bclozel

As explained in this issue and the other similar ones you've created, this issue tracker is not for questions. Feel free to add a link to your StackOverflow question.

Comment From: Nidhi-Tanwar14

With due respect, as per the guidelines, making a new feature request is good way to contribute. So I thought of requesting on this platform to request for the api for advanced features on webRTC please.

Thank you so much for being patient and responding

Comment From: Nidhi-Tanwar14

Actually, I am working on a spring project to create a video call using webRTC, so wondering if we can have these advance features please.

Comment From: bclozel

Thank you, but we are not investing in this field right now. Spring Framework should help you design such a solution, but not provide it out of the box.

Comment From: Nidhi-Tanwar14

ok, thank you