Skip to content

Commit

Permalink
docs: Fix receiver app ID in UI tutorial (#4673)
Browse files Browse the repository at this point in the history
In the main branch, since the code there is a pre-release, these should
generally all point to the nightly demo receiver.
  • Loading branch information
joeyparrish authored Nov 10, 2022
1 parent 2b8b387 commit 6c6cc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ casting to an Android receiver app.

```html
<div data-shaka-player-container style="max-width:40em"
data-shaka-player-cast-receiver-id="E7271BEC"
data-shaka-player-cast-receiver-id="07AEE832"
data-shaka-player-cast-android-receiver-compatible="true">
<!-- The manifest url in the src attribute will be automatically loaded -->
<video autoplay data-shaka-player id="video" style="width:100%;height:100%"
Expand Down

0 comments on commit 6c6cc9d

Please sign in to comment.