Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to integrate video conference functionality in react native? #70

Open
yogitaV-dev opened this issue Jun 18, 2020 · 1 comment
Open

Comments

@yogitaV-dev
Copy link

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.

@YuliaGrigorieva
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants