Details of Parent View Controller (parentVc)

,

(void)onClickedInviteButton:(UIViewController*)parentVC

Plz follow above mentioned function that has been called for the invitation view for AV

we found “- (void)onClickedInviteButton:(UIViewController*)parentVC” in MainViewController,

Question 1: we need to know the class of “parentVC” object

Question 2: we need to declare our own object of the class (the answer of question 1) so that we can declare our own object like the parentVc object.

Thank u

Javed

Hi Javed,

parentVC represent the Zoom Meeting UI.

this API function is for you to customize your own invitation’s viewcontroller, then Zoom can present on your invitation UI.

The reason we provide this API function is for you to call the following [parentVC presentViewController:nav animated:YES completion:NULL];

Best

Wei