Skip to content

Commit 6fcd198

Browse files
authored
Apply suggestions from code review
1 parent 99bde3b commit 6fcd198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/stream/edit-videos/adding-captions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to generate closed captions for your videos.
4747
A video must be uploaded and in a ready state before captions can be generated.
4848
In the following example URLs, the video's UID is referenced as `<VIDEO_UID>`.
4949
To receive webhooks when a video transitions to ready after upload, follow the
50-
instructions provided in the guide on using webhooks to manage your video library.
50+
instructions provided in [using webhooks](/stream/manage-video-library/using-webhooks/).
5151

5252
Captions can be generated for the following languages:
5353

src/content/docs/stream/uploading-videos/player-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Multiple attributes can be used together, added one after each other like this:
2626
:::note
2727
To disable video autoplay, the `autoplay` attribute needs to be removed altogether as this attribute. Setting `autoplay="false"` will not work; the video will autoplay if the attribute is there in the `<stream>` tag.
2828

29-
For more information, see [new video policies for iOS](https://webkit.org/blog/6784/new-video-policies-for-ios/).
29+
In addition, some browsers now prevent videos with audio from playing automatically. You may add the `mute` attribute to allow your videos to autoplay. For more information, see [new video policies for iOS](https://webkit.org/blog/6784/new-video-policies-for-ios/).
3030
:::
3131

3232
* `controls` boolean

0 commit comments

Comments
 (0)