Overlapping zoom video UI when videohidden set to true

Description
From MobileRTC meeting settings if I set meetingVideoHidden it overlaps audio button from bottom bar.

Which iOS Client SDK version?
Zoom client SDK Version - zoom-sdk-ios-5.5.12511.0421

To Reproduce(If applicable)
Steps to reproduce the behavior:
Change → MobileRTC.shared().getMeetingSettings().meetingVideoHidden = true

Screenshots


Smartphone (please complete the following information):

  • Device: iPhone 11
  • OS: 14.5.1

Additional context
Add any other context about the problem here.

1 Like

Hey @mubashshir.shaikh199,

Thanks for using the dev forum!

Is this the native SDK, or are you using flutter/xamarin/etc?

Thanks!
Michael

Yes its native iOS SDK.

Hey @mubashshir.shaikh199,

Have you set the navigation controller using setMobileRTCRootController:?

Thanks!
Michael

Hie @Michael_Condon ,

Yes. I have set the navigation controller.

MobileRTC.shared().setMobileRTCRootController(Application.window?.rootViewController as? UINavigationController)

Thanks
Mubashshir

Hey @mubashshir.shaikh199,

Hmm, that might be causing some type of issue. Does anything change when you comment that line out?

Thanks!
Michael

Even I face the same issue.

Hey @integration,

I have been having trouble reproducing this issue. Are you seeing this issue in the MobileRTCSample application as well?

Thanks!
Michael

Yes
Its in sample app also.

Hey @mubashshir.shaikh199,

I am seeing the same behavior, will submit a bug report for this.
Stay tuned.

Thanks!
Michael

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