Meeting UI not visible with Ionic SDK

Description
Meeting UI not visible in latest version of Ionic SDK
Additional context
We have been using Ionic SDK in our app to Join Meetings for about a month now. However, after updating to the latest version of ionic SDK the meeting UI is not visible at all(It shows the waiting spinner and then the screen just goes blank). In the logs, I get the below message.

Join a Meeting res:0
Which as far as I understand means that joining is a success

//Code snippet as below
options = {
"no_driving_mode": true,
"no_invite": true,
"no_meeting_end_message": true,
"no_meeting_error_message": false,
"no_text_password": true,
"participant_id" : ''
};
// to join the meeting
 this.zoom
  .joinMeeting(meetingId, meetingPassword, displayName, options)
  .then((success: any) => console.log("Zoom Join Success", success))
  .catch((error: any) => console.log("Zoom Join Error", error))

Platform : iOS
Ionic Angular Project

Hi @dorairajs,

Thanks for the post. Let me forward this to the engineering team for investigation and get back to you shortly.

Thanks!

Hi @dorairajs,

Thanks for the post. Please have a try with this version: https://github.com/zoom/zoom-sdk-ionic/releases/tag/v4.6.21666.0603, and I have tested your settings with this version and everything is working well.

Hope this helps.Thanks!

1 Like