1.2.12 • Published 1 year ago

zoom-video-sdk-api-wrapper v1.2.12

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Zoom Video SDK API Wrapper

This is a convenient wrapper for the Zoom Video SDK API.

Installation

npm install zoom-video-sdk-api-wrapper

Usage

import { createZoomVideoSdkApiClient } from 'zoom-video-sdk-api-wrapper';

const main = async () => {
 const client = createZoomVideoSdkApiClient({
  apiKey: "your-api-key",
  apiSecret: "your-api-secret",
 });
 const listSessions = await client.listSessions({
  from: "2021-09-01",
  to: "2021-09-30",
 });
 console.log(listSessions);
};
main();

API

CloudRecordings

  • deleteSessiion_sRecordingFile
  • deleteSessiion_sRecordings
  • listRecordingsOfAnAccount
  • listSession_sRecordings
  • recoverASingleRecording
  • recoverSession_sRecordings

Sessions

  • getSessionDetails
  • getSessionLiveStreamDetails
  • getSessionUserQos
  • getSharingRecordingDetails
  • listSessionUsers
  • listSessionUsersQoS
  • listSessions

VideoSDKReports

  • getCloudRecordingUsageReport
  • getDailyUsageReport
  • getOperationLogsReport
  • getTelephoneReport

Official API Documentation

Zoom Video SDK API

License

MIT

1.2.12

1 year ago

1.2.11

1 year ago

1.2.10

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago