How can I make a simple video-chat app

Hello, we are trying to make a simple expo app where users can video-call each other.

Is there any Snack out there that does something like this?

Could you recommend me any resource?

Thanks!
Wilfredo

Hey @wilfredo789,

Implementing video-calling certainly isn’t a simple process, nor is it possible in a standard Expo project as far as I’m aware. You would have to eject and use ExpoKit.

Cheers,

Adam

Thanks Adam, does this mean that we would have to refactor our app how it is right now (replacing the ‘import from expo’ for example)? or would this just affect the part of uploading it to the appstore?

We are two newbie developers and want to do this as simple as possible but not sure where to go or how.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.