Skip to content

Commit

Permalink
spell fix in media-keys.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
hunxjunedo authored Oct 10, 2024
1 parent 464f5f1 commit 5486e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/player/media-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This leads to the problem that the user can resume any media tag by pressing the
Remotion's `register-media-session` handler is supposed to only work with 1 Player mounted.
It is not defined which Player reacts to the media keys.

Whe working with multiple Players, set one to `do-nothing` mode and the other to `register-media-session` mode to explicitly set the Media Keys for only 1 Player.
When working with multiple Players, set one to `do-nothing` mode and the other to `register-media-session` mode to explicitly set the Media Keys for only 1 Player.

If you want all Players to react to the media keys, you need to use `do-nothing` mode and implement this behavior yourself with the Player API.

Expand Down

0 comments on commit 5486e45

Please sign in to comment.