Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2284,9 +2284,14 @@ The Media Library provides centralized asset management for your organization. S

#### Getting video playback information

> [!NOTE]
>
> Requires API version `2025-03-25` or later.

```js
const client = createClient({
token: 'valid-token',
apiVersion: '2025-03-25'
useCdn: false,
'~experimental_resource': {
type: 'media-library',
Expand Down