(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