Open yogitaV-dev opened 4 years ago
Hello @yogitaV-dev ,
We do not have a demo project for video conference for react-native.
However from SDK usage perspective video conference does not differ a lot from a video call.
You will need a different VoxEngine scenario, please take a look at this tutorial: https://voximplant.com/docs/tutorials/video-conference-through-voximplant-media-servers
To make a conference call, you will need to use Client.callConference instead of Client.call. You should also design your call layout to show multiple remote videos from different endpoints (the demo project is designed to show only one).
If you have any questions, please let me know.
Best regards, Yulia Grigorieva
Hello, I followed the demo app and for two people video calling working fine. But there is no option to add multiple people. Can you please share me the demo example for video conference call. I checked the document for video conference but i am not getting any idea to integrate in react native.