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

VoIP in React Native #909

Closed
nikhiltechzillaindiacom opened this issue May 8, 2019 · 2 comments
Closed

VoIP in React Native #909

nikhiltechzillaindiacom opened this issue May 8, 2019 · 2 comments

Comments

@nikhiltechzillaindiacom
Copy link

How can I use createNewMatrixCall to make video call or audio call with React Native?
It works with React (Web) project but not with React Native, the function call returns null which is valid as mentioned in docs

Any work around or suggestion to make it work with react native?

Related #718, but solution was not provided.

Thank You!

@nikhiltechzillaindiacom
Copy link
Author

I was able to achieve this by adding all the code needed for VoIP on a web page and accessing that page through web view in react native.

You still need to modify web view, you can find the code here

You need to get users permission for camera and audio before they access the web view (In my case on app load)

@urbanoex
Copy link

urbanoex commented Dec 6, 2023

I was able to achieve this by adding all the code needed for VoIP on a web page and accessing that page through web view in react native.

You still need to modify web view, you can find the code here

You need to get users permission for camera and audio before they access the web view (In my case on app load)

Do you have any example of how you made it work with this code in react native? I've been trying for weeks but I can't get it to work.

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