[ Web Proxy ]
URL:
Viewing: https://zoom.github.io/rivet-javascript/modules/../classes/Video_SDK.VideoSdkEndpoints.html [Back]  [Original]

VideoSdkEndpoints | @zoom/rivet

Hierarchy

Constructors

Properties

byosStorage: {
addStorageLocation: (
_: { body: ByosStorageAddStorageLocationRequestBody },
) => Promise<BaseResponse<ByosStorageAddStorageLocationResponse>>;
changeStorageLocationDetail: (
_: {
body?: ByosStorageChangeStorageLocationDetailRequestBody;
path: ByosStorageChangeStorageLocationDetailPathParams;
},
) => Promise<BaseResponse<unknown>>;
deleteStorageLocationDetail: (
_: { path: ByosStorageDeleteStorageLocationDetailPathParams },
) => Promise<BaseResponse<unknown>>;
listStorageLocation: (
_: {},
) => Promise<BaseResponse<ByosStorageListStorageLocationResponse>>;
storageLocationDetail: (
_: { path: ByosStorageStorageLocationDetailPathParams },
) => Promise<BaseResponse<ByosStorageStorageLocationDetailResponse>>;
updateBringYourOwnStorageSettings: (
_: { body: ByosStorageUpdateBringYourOwnStorageSettingsRequestBody },
) => Promise<BaseResponse<unknown>>;
}
sessions: {
createSession: (
_: { body: SessionsCreateSessionRequestBody },
) => Promise<BaseResponse<SessionsCreateSessionResponse>>;
deleteSession: (
_: { path: SessionsDeleteSessionPathParams },
) => Promise<BaseResponse<unknown>>;
getSessionDetails: (
_: {
path: SessionsGetSessionDetailsPathParams;
query?: SessionsGetSessionDetailsQueryParams;
},
) => Promise<BaseResponse<SessionsGetSessionDetailsResponse>>;
getSessionLiveStreamDetails: (
_: { path: SessionsGetSessionLiveStreamDetailsPathParams },
) => Promise<BaseResponse<SessionsGetSessionLiveStreamDetailsResponse>>;
getSessionUserQoS: (
_: {
path: SessionsGetSessionUserQoSPathParams;
query?: SessionsGetSessionUserQoSQueryParams;
},
) => Promise<BaseResponse<SessionsGetSessionUserQoSResponse>>;
getSharingRecordingDetails: (
_: {
path: SessionsGetSharingRecordingDetailsPathParams;
query?: SessionsGetSharingRecordingDetailsQueryParams;
},
) => Promise<BaseResponse<SessionsGetSharingRecordingDetailsResponse>>;
listSessions: (
_: { query: SessionsListSessionsQueryParams },
) => Promise<BaseResponse<SessionsListSessionsResponse>>;
listSessionUsers: (
_: {
path: SessionsListSessionUsersPathParams;
query?: SessionsListSessionUsersQueryParams;
},
) => Promise<BaseResponse<SessionsListSessionUsersResponse>>;
listSessionUsersQoS: (
_: {
path: SessionsListSessionUsersQoSPathParams;
query?: SessionsListSessionUsersQoSQueryParams;
},
) => Promise<BaseResponse<SessionsListSessionUsersQoSResponse>>;
updateSessionLiveStream: (
_: {
body: SessionsUpdateSessionLiveStreamRequestBody;
path: SessionsUpdateSessionLiveStreamPathParams;
},
) => Promise<BaseResponse<unknown>>;
updateSessionLivestreamStatus: (
_: {
body?: SessionsUpdateSessionLivestreamStatusRequestBody;
path: SessionsUpdateSessionLivestreamStatusPathParams;
},
) => Promise<BaseResponse<unknown>>;
updateSessionStatus: (
_: {
body?: SessionsUpdateSessionStatusRequestBody;
path: SessionsUpdateSessionStatusPathParams;
},
) => Promise<BaseResponse<unknown>>;
useInSessionEventsControls: (
_: {
body?: SessionsUseInSessionEventsControlsRequestBody;
path: SessionsUseInSessionEventsControlsPathParams;
},
) => Promise<BaseResponse<unknown>>;
}

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page