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

Unable to join video enabled meeting on iOS[BUG] #24

Open
Maddybarak opened this issue Sep 1, 2020 · 1 comment
Open

Unable to join video enabled meeting on iOS[BUG] #24

Maddybarak opened this issue Sep 1, 2020 · 1 comment

Comments

@Maddybarak
Copy link

I have added this SDK and work almost fine for android. I am facing issue on my iOS app that is: when i am trying to join meeting that i have started through my system (video enabled) It keeps on trying to join meeting and the process never ends and it stuck on loading screen.

Here is the code that i am using. It is taken from your sample:
` joinMeeting = async () => {
const {meetingId, userName, meetingPassword} = this.state;

if (!meetingId || !userName || !meetingPassword) return false;

RNZoomUsBridge.joinMeeting(String(meetingId), userName, meetingPassword)
  .then((val)=>{
    console.log(val)
  })
  .catch((err) => {
    console.warn(err);
    Alert.alert('error!', err.message);
  });

};`

React Native version:

react-native-cli: 2.0.1
react-native: 0.63.2

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

  1. Start zoom meeting through mac/window video enabled
  2. Run app on iOS physical device
  3. Input Meeting ID, Password, username
    4 Click on join meeting

Note: I am able to run the sample on android device, facing issue only for iOS version.

@matthewtangcode
Copy link

matthewtangcode commented Sep 7, 2020

I am having the same issue. When meeting's set as video enabled, ios pops 'permission for camera' alert, after pressing 'allow', then it keeps spinning 'loading'...

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