AgoraIO-Community / VideoUIKit-ReactNative

A React Native package to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
MIT License
95 stars 43 forks source link

ERROR 1017 on EXPO #100

Closed elenitaex5 closed 1 year ago

elenitaex5 commented 1 year ago

Target device: (Note: simulators are not supported for running the UIKit)

App Info

Describe the issue Hi! I'm using VideoUIKit-React Native. Following the instructions with only Agora Video Code was working fine after doing expo run:android, but when I move the code to another screen.. there was an error. Seems to connect fine, but an Error: 1017 appears. Micro and Camera permissions are asked before open video.

To Reproduce Steps to reproduce the behavior:

  1. Inlcude Video not in main screen.
  2. Run expo run:android

Screenshots

image
EkaanshArora commented 1 year ago

Can you reproduce this with the latest version of the UIKit?