Package us.zoom.sdk

Interface ZoomSDKVideoSubscribeFailReason


public interface ZoomSDKVideoSubscribeFailReason
Enumeration of the type for video subscribe failed reason.
  • Field Details

    • zoomSDKVideoSubscribe_Fail_None

      static final int zoomSDKVideoSubscribe_Fail_None
      No failure.
      See Also:
    • zoomSDKVideoSubscribe_Fail_ViewOnly

      static final int zoomSDKVideoSubscribe_Fail_ViewOnly
      The user is in view-only mode and cannot subscribe to video.
      See Also:
    • zoomSDKVideoSubscribe_Fail_NotInMeeting

      static final int zoomSDKVideoSubscribe_Fail_NotInMeeting
      The user is not currently in the meeting.
      See Also:
    • zoomSDKVideoSubscribe_Fail_NotSupport1080P

      static final int zoomSDKVideoSubscribe_Fail_NotSupport1080P
      Subscription to 1080p is not supported.
      See Also:
    • zoomSDKVideoSubscribe_Fail__HasSubscribeShare

      static final int zoomSDKVideoSubscribe_Fail__HasSubscribeShare
      Share has already been subscribed.
      See Also:
    • zoomSDKVideoSubscribe_Fail_HasSubscribe720P

      static final int zoomSDKVideoSubscribe_Fail_HasSubscribe720P
      Already subscribed to a 720p video stream.
      See Also:
    • zoomSDKVideoSubscribe_Fail_HasSubscribeExceededLimit

      static final int zoomSDKVideoSubscribe_Fail_HasSubscribeExceededLimit
      The number of video subscriptions has exceeded the allowed limit.
      See Also:
    • ZoomSDKVideoSubscribe_Fail_TooFrequentCall

      static final int ZoomSDKVideoSubscribe_Fail_TooFrequentCall
      The subscription requests were made too frequently in a short period of time.
      See Also: