nagarro-dv / react-native-zoom-us-bridge

React Native bridge for Zoom SDK for iOS + Android
MIT License
45 stars 23 forks source link

app crashes when start meeting #12

Open fathima-shamsu opened 4 years ago

fathima-shamsu commented 4 years ago

Please provide as much details as possible... The more info provided the better

Description

Describe the issue in detail

React Native version:

Run react-native info in your terminal and copy the results here.

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

1. 2.

Expected Results

Describe what you expected to happen.

Snack, code example, screenshot, or link to a repository:

Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

Nitinbhoyar commented 4 years ago

Check for possible parameters like meeting id , userId etc. It may throw an exception or else check whether zoom SDK is initialised or not bcoz without initialisation you can not use any of the method of sdk

Deepaky802 commented 3 years ago

Try pasting this line in android/app/build.gradle and then re-install.

implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'