Skip to content

Releases: DolbyIO/dolbyio-rest-apis-client-node

5.0.2

20 Aug 21:01
409b85a
Compare
Choose a tag to compare

What's Changed

  • Update the definition of the cluster object. The features property was missing.

Full Changelog: 5.0.1...5.0.2

5.0.1

02 Aug 18:56
acbb2de
Compare
Choose a tag to compare

What's Changed

  • Update some text descriptions.
  • Fix the definition of the Transcoder interface.

Full Changelog: 5.0.0...5.0.1

5.0.0

19 Jun 16:10
e1ea1ae
Compare
Choose a tag to compare

What's Changed

  • Online documentation available at https://api-references.dolby.io/dolbyio-rest-apis-client-node/
  • Breaking: Remove Communications APIs.
  • Breaking: Simplify the type exports for Millicast and Media APIs.
  • Millicast - Add Cloud Transcoder APIs (beta).
  • Millicast - Add more APIs (Webhook, Record Files...).
  • Millicast - Fix stream APIs.
  • Millicast - Fix publish token disable API.
  • Millicast - Move the geo APIs under the account section.
  • Millicast - Add the restream and clip settings for publish tokens (limited availability).
  • Expose Logger object.
  • Update NPM dependencies.

Full Changelog: 4.1.0...5.0.0

4.1.0

30 Jan 23:00
bd8c4e9
Compare
Choose a tag to compare

What's Changed

  • Online documentation available
  • Update documentation through the library
  • Update RTS APIs for new capability (Geo Cascading)
  • Add new account level settings APIs

Full Changelog: 4.0.2...4.1.0

4.0.2

09 Oct 17:07
c248387
Compare
Choose a tag to compare

What's Changed

  • Fix downloadFile in Media APIs by @Lukakva

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

29 Aug 21:14
890c24e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

27 Jul 00:35
33e3a60
Compare
Choose a tag to compare

3.6.1

19 Jun 22:05
ba4acfa
Compare
Choose a tag to compare

What's Changed

const dolbyio = require('@dolbyio/dolbyio-rest-apis-client');

const jwt = await dolbyio.authentication.getApiAccessToken(APP_KEY, APP_SECRET);
const result = await dolbyio.communications.conference.participants(jwt, CONFERENCE_ID);
console.log(result.participants);

Full Changelog: 3.6.0...3.6.1

3.6.0

07 Jun 18:40
b17a6be
Compare
Choose a tag to compare

What's Changed

  • Authentication token max duration is 24 hours.
  • Add new Common Auth v2 APIs:
    • getApiAccessToken now accepts a list of scopes - documentation
    • getClientAccessToken in the namespace dolbyio.communications.authentication, is now deprecated and will be removed in the next release.
    • getClientAccessTokenV2 was added to request a client access token - documentation
  • Update readme code snippet, thank you @ikeorizu

Full Changelog: 3.5.5...3.6.0

3.5.5

18 Apr 17:32
bd6a2cf
Compare
Choose a tag to compare

What's Changed

  • Update the result object from Diagnose API.
  • Update the result object from Analyze Music API.
  • Add the path property for Media APIs responses.

Full Changelog: 3.5.4...3.5.5