Is there an interface for self view?

I’m looking here but see no interface for self view or to pin a video? Are those interfaces missing too?

To pin a video, use the interface actionMeetingWithCmd:userID:onScreen(https://zoom.github.io/zoom-sdk-macos/interface_zoom_s_d_k_meeting_action_controller.html#a09a66161984a8988c03c2654e16ea97c) and pass ActionMeetingCmd_PinVideo as the parameter. You may find the list of action command here: https://zoom.github.io/zoom-sdk-macos/_zoom_s_d_k_errors_8h_source.html

Thanks

1 Like