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

An example of using callConference() would be awesome #46

Open
ZakeryFyke opened this issue Apr 29, 2019 · 2 comments
Open

An example of using callConference() would be awesome #46

ZakeryFyke opened this issue Apr 29, 2019 · 2 comments

Comments

@ZakeryFyke
Copy link

I know this exists, but it'd be really nice to have a solid example of how to use the React Native sdk to handle video conferencing.

@YuliaGrigorieva
Copy link
Contributor

Hello!

Thank you for reaching out to us!

There is no big difference between video call and video conference from Voximplant React Native SDK API usage point view.
You need:

  1. use VoxEngine scenario provided in this tutorial
  2. replace Client.call method call with Client.callConference
  3. create video conference layout to render video streams from each participant (current demo renders only one remote video stream)

We have plans to create a separate RN demo project for video conference, however not in the near future.
Please try the steps I have described and let me know if you face any issues or have any questions.

Best regards,
Yulia Grigorieva

@tomek29k
Copy link

tomek29k commented Mar 25, 2020

Hi! We've managed to run VoxImplant ReactNative demo as a conference by scraping the net for hints – what a ride it was! 😅

Anyway, it's bit surprising that you still don't have an end-to-end tutorial guiding how to do it.

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

3 participants