0.0.9 • Published 2 years ago

agora-cloud-recording-api-client v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Agora Cloud Recording API client

Typescript-based client for Node.js runtime to access Agora Cloud Recording REST API

Documentation to the REST API: https://docs.agora.io/en/cloud-recording/restfulapi/#/Cloud%20Recording/start

Cloud Recording documentation: https://docs.agora.io/en/cloud-recording/product_cloud_recording?platform=RESTful

Generated using openapitools/openapi-generator-cli:

openapi-generator generate -i swagger.yaml --generator-name typescript-fetch -o gen/api

And extended to reflect web page recording mode

How to use:

    OpenAPI.USERNAME = process.env.AGORA_RESTAPI_USERNAME;
    OpenAPI.PASSWORD = process.env.AGORA_RESTAPI_PASSWORD;
    ...
    const startBody = {
        ...
    }
    ...
    const startResponse: start_response = await CloudRecordingService.start(
        AgoraAppId,
        resourceId,
        'web',
        startBody,
      );

Postman collection: https://documenter.getpostman.com/view/6319646/SVSLr9AM#9743f8ce-ef00-412e-9f37-3c61689f973f

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago