Package us.zoom.sdk
Interface ZoomSDKVideoSubscribeFailReason
public interface ZoomSDKVideoSubscribeFailReason
Enumeration of the type for video subscribe failed reason.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intShare has already been subscribed.static final intAlready subscribed to a 720p video stream.static final intThe number of video subscriptions has exceeded the allowed limit.static final intNo failure.static final intThe user is not currently in the meeting.static final intSubscription to 1080p is not supported.static final intThe subscription requests were made too frequently in a short period of time.static final intThe user is in view-only mode and cannot subscribe to video.
-
Field Details
-
zoomSDKVideoSubscribe_Fail_None
static final int zoomSDKVideoSubscribe_Fail_NoneNo failure.- See Also:
-
zoomSDKVideoSubscribe_Fail_ViewOnly
static final int zoomSDKVideoSubscribe_Fail_ViewOnlyThe user is in view-only mode and cannot subscribe to video.- See Also:
-
zoomSDKVideoSubscribe_Fail_NotInMeeting
static final int zoomSDKVideoSubscribe_Fail_NotInMeetingThe user is not currently in the meeting.- See Also:
-
zoomSDKVideoSubscribe_Fail_NotSupport1080P
static final int zoomSDKVideoSubscribe_Fail_NotSupport1080PSubscription to 1080p is not supported.- See Also:
-
zoomSDKVideoSubscribe_Fail_HasSubscribe720P
static final int zoomSDKVideoSubscribe_Fail_HasSubscribe720PAlready subscribed to a 720p video stream.- See Also:
-
zoomSDKVideoSubscribe_Fail_HasSubscribeExceededLimit
static final int zoomSDKVideoSubscribe_Fail_HasSubscribeExceededLimitThe number of video subscriptions has exceeded the allowed limit.- See Also:
-
ZoomSDKVideoSubscribe_Fail_TooFrequentCall
static final int ZoomSDKVideoSubscribe_Fail_TooFrequentCallThe subscription requests were made too frequently in a short period of time.- See Also:
-