In version 6.4.3 of the Ios meeting SDK, the onClickShareButton method does not take effect when the share button is clicked on the ipad

In iOS meeting SDK 6.4.3,

  • (BOOL)onClickedShareButton:(UIViewController *)parentVC addShareActionItem:(NSMutableArray *)array
    This method does not work when the share button is clicked on the ipad, but it works on the iphone.
    We are using zoom’s Default UI and need to listen for the onClickShareButton on the Default UI to perform custom operations. Does anyone know how to make this method take effect when the share button is clicked on an ipad?

Hi @zhaoxj,

Can I also check if the [(void) onClickShareScreen: (UIViewController *_Nonnull) parentVC] is getting called?

1 Like

When using the Zoom sample test, we also encountered this problem.
Our issue was why the method [(void) onClickShareScreen: (UIViewController *_Nonnull) parentVC]was not executed.