Package us.zoom.sdk

Interface InMeetingShareController.InMeetingShareListener

  • All Superinterfaces:
    us.zoom.core.interfaces.IListener
    Enclosing interface:
    InMeetingShareController

    public static interface InMeetingShareController.InMeetingShareListener
    extends us.zoom.core.interfaces.IListener
    Callback event of meeting sharing.
    • Method Detail

      • onShareActiveUser

        void onShareActiveUser​(long userId)
        Deprecated.
        replace with onSharingStatus(SharingStatus, long) Sink the event that the user is sharing.
        Parameters:
        userId - The ID of user who is sharing. 0 means no one is sharing
      • onSharingStatus

        void onSharingStatus​(SharingStatus status,
                             long userId)
      • onShareUserReceivingStatus

        void onShareUserReceivingStatus​(long userId)
        Sink the event of the status that user receives the sharing.
        Parameters:
        userId - The ID of user who receives the shared content.
      • onShareSettingTypeChanged

        void onShareSettingTypeChanged​(ShareSettingType type)
        Sink the event when host changed the share setting type All participant will receive this callback, UI layer need stop sending share when receive this callback message
        Parameters:
        type - share setting type