[Zoom ios sdk] Crash when minizime meeting and press button back when returned the meeting

Description

  • Hide top bar with this code
    MobileRTCMeetingSettings *settings = [[MobileRTC sharedRTC] getMeetingSettings];
    if(settings){
    [settings setTopBarHidden:YES];
    }
  • Join a meeting then minimize the meeting => back to meeting => press back button => the app can’t reach any more.

Which Mobile Meeting SDK version?
ZoomSDK (= 5.7.1.645)

Screenshots

Hey @haibt,

Thanks for using the dev forum!

Did you call the method setMobileRTCRootController?

Thanks!
Michael

Which the file i can write this code?. I’m react-native developer.

Hey @haibt,

I am not too sure, to be honest, we only provide developer support for native implementations of the SDK.

Thanks!
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.