Skip to content

Commit 7df1e8c

Browse files
authored
Merge pull request #54 from renandincer/master
Move from title case to sentence case for Stream
2 parents 7cbe6c1 + c5f07a9 commit 7df1e8c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

products/stream/src/content/captions-subtitles/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
order: 4
33
---
44

5-
# Captions and Subtitles
5+
# Captions and subtitles
66

77
Adding captions and subtitles to your video library.
88

products/stream/src/content/direct-user-uploads/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
order: 5
33
---
44

5-
# Direct User Uploads
5+
# Direct user uploads
66

77
Direct uploads allow users to upload videos without API keys. A common place to
88
use direct uploads is on web apps, client side applications, or on mobile devices

products/stream/src/content/recipes/custom-player-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Building a Custom UI
1+
# Building a custom UI
22

33
You can build a custom user interface on top of the Stream player. Here is a simple recipe to build a player with a simple play/pause button overlay and no other controls.
44

products/stream/src/content/recipes/javascript-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using the Javascript API
1+
# Using the JavaScript API
22

33
Stream Player implements the HTML5 `<video>` element API so you can customize the player using Javascript. Using the standard `<video>` element functions, you can play, pause, mute videos, adjust the player volume and seek throughout the video playhead position.
44
You can also add event listeners that will run in response to player events, such as a player state change or a video playback quality change. The stream element supports majority of the [HTML5 Video API](https://www.w3schools.com/tags/ref_av_dom.asp), which contains a wide range of events throughout the player lifecycle.

products/stream/src/content/security/access-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Video Access Control
1+
# Video access control
22

33
Video Access Control allow you to define Rules to have finer-grained control over your content than signed URL tokens alone. They are primarily aimed at making tokens conditionally valid based on user information. Access Rules are specified on token payloads as the `accessRules` property containing an array of `Rule` objects.
44

products/stream/src/content/security/security-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Security Considerations
1+
# Security considerations
22

33
## Limiting Where Videos Can Be Embedded
44

0 commit comments

Comments
 (0)