Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Sep 9, 2024
1 parent 57b9f2c commit 59ba0fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/component/props.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ Controls the iOS silent switch behavior

<PlatformsList types={['iOS']} />

**This is deprecated, prop moved to `drm`**

Set the url scheme for stream encryption key for local assets

Type: String
Expand Down Expand Up @@ -767,7 +769,7 @@ The following other types are supported on some platforms, but aren't fully docu

#### Using DRM content

<PlatformsList types={['Android', 'iOS']} />
<PlatformsList types={['Android', 'iOS', 'visionOS', 'tvOS']} />

To setup DRM please follow [this guide](/component/drm)

Expand All @@ -785,8 +787,6 @@ Example:
},
```

> ⚠️ DRM is not supported on visionOS yet


#### Start playback at a specific point in time

Expand Down

0 comments on commit 59ba0fd

Please sign in to comment.