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?