Issue Joining Meeting With "Require authentication to join" Set

Description
We are having issues joining a meeting that have the “Require authentication to join” security option enabled. If the user is not logged into zoom on our app, calling joinMeetingWithJoinParam: will result in the onMeetingEndedReason callback trigger right after with reason == MobileRTCMeetingEndReason_SelfLeave. Seems like they are being kicked out of the meeting right away; the sdk does not prompt the user to sign into their zoom account before kicking them out. Is this the intended behavior?

Hey @andy.ly,

Thanks for using the dev forum! It is good to see you again.

If the meeting requires that the user be logged into Zoom, the SDK will not automatically prompt the user to log in. This must be handled by the developer.

Thanks!
Michael

Hey @Michael_Condon nice to see you again as well!

Is there a method/callback we can use to detect that a specific meeting requires that user be logged into Zoom to join?

Also, is there a reason why onMeetingEndedReason is triggered with reason == MobileRTCMeetingEndReason_SelfLeave instead of one of the other reasons? We check if the callback is called with reason == MobileRTCMeetingEndReason_SelfLeave to determine if the user has selected the leave meeting button to do some extra logic.

Hey @andy.ly,

Unfortunately not. I can understand why this is not ideal, and will inform the team that this is poor functionality.

Thanks!
Michael

@Michael_Condon Many of our users are affected by the authentication issue of the mobile SDK. Is there a timeline to support this?

Hey @xinxinjin89,

Thanks for using the developer forum!

Unfortunately, I cannot provide an ETA for this at this time.

Thanks!
Michael