You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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'...
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;
};`
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.
4 Click on join meeting
Note: I am able to run the sample on android device, facing issue only for iOS version.
The text was updated successfully, but these errors were encountered: