Integrate zoom video view within the view controller

Hi, in the sample code, when the user clicks “join meeting”, the separate zoom video pops up. Is there way to integrate the video view within the main UI view controller? (:

 

I appreciate if you answer this question!
Best

 

Hi Sungpah,

please take a look at the window handler Zoom provided: 

  • (ZoomSDKError)showMeetingComponent:(MeetingComponent)component window:(NSWindow**)window show:(BOOL)show InPanel:(BOOL)inPanel frame:(NSRect)componentFrame

Best