Package us.zoom.sdk

Interface ZoomUIDelegate

    • Method Detail

      • onClickInviteButton

        boolean onClickInviteButton​(android.content.Context context,
                                    java.util.List<IMeetingInviteMenuItem> inviteMenuList)
        Specified by:
        onClickInviteButton in interface com.zipow.videobox.sdk.SDKZoomUIDelegateInternal<IMeetingInviteMenuItem>
        Parameters:
        context - android context
        inviteMenuList - empty invite list. user can add item. The default implementation is MeetingInviteMenuItem
        Returns:
        false: show the invite ui by zoom; true: show the ui by user.
      • afterMeetingMinimized

        void afterMeetingMinimized​(android.app.Activity activity)
        Callback that the user can handle after the meeting minimized.
        Specified by:
        afterMeetingMinimized in interface com.zipow.videobox.sdk.SDKZoomUIDelegateInternal<IMeetingInviteMenuItem>
        Parameters:
        activity - The active Activity instance before minimizing the meeting.
      • onClickEndButton

        boolean onClickEndButton()
        Handle this click event to process leave meeting button
        Specified by:
        onClickEndButton in interface com.zipow.videobox.sdk.SDKZoomUIDelegateInternal<IMeetingInviteMenuItem>
        Returns:
        true: process by sdk. false: process by zoom internal
      • onClickAudioButton

        boolean onClickAudioButton()
        Handle this click event to process audio button
        Specified by:
        onClickAudioButton in interface com.zipow.videobox.sdk.SDKZoomUIDelegateInternal<IMeetingInviteMenuItem>
        Returns:
        true: process by sdk. false: process by zoom internal
      • onClickVideoButton

        boolean onClickVideoButton()
        Handle this click event to process video button
        Specified by:
        onClickVideoButton in interface com.zipow.videobox.sdk.SDKZoomUIDelegateInternal<IMeetingInviteMenuItem>
        Returns:
        true: process by sdk. false: process by zoom internal
      • onClickShareButton

        boolean onClickShareButton()
        Handle this click event to process share button
        Specified by:
        onClickShareButton in interface com.zipow.videobox.sdk.SDKZoomUIDelegateInternal<IMeetingInviteMenuItem>
        Returns:
        true: process by sdk. false: process by zoom internal
      • onClickMoreButton

        boolean onClickMoreButton()
        Handle this click event to process more button
        Specified by:
        onClickMoreButton in interface com.zipow.videobox.sdk.SDKZoomUIDelegateInternal<IMeetingInviteMenuItem>
        Returns:
        true: process by sdk. false: process by zoom internal
      • onClickParticipantsButton

        boolean onClickParticipantsButton()
        Handle this click event to process participants button
        Specified by:
        onClickParticipantsButton in interface com.zipow.videobox.sdk.SDKZoomUIDelegateInternal<IMeetingInviteMenuItem>
        Returns:
        true: process by sdk. false: process by zoom internal
      • onVideoSceneChanged

        void onVideoSceneChanged​(VideoScene fromScene,
                                 VideoScene toScene)
        This callback is invoked when video scene changed
        Parameters:
        fromScene - The previous scene before the change
        toScene - The new scene after the change