Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enable cast docs + cast fix #253

Merged
merged 3 commits into from
Jun 22, 2022
Merged

fix: enable cast docs + cast fix #253

merged 3 commits into from
Jun 22, 2022

Conversation

luwes
Copy link
Contributor

@luwes luwes commented Jun 15, 2022

adds some docs to enable casting on the player.

moved the big wall of props/attrs/methods/events to be last in the readme.

unveiled 1 cast bug where the button would not show on SPA navigation in the Next.js app

@luwes luwes self-assigned this Jun 15, 2022
@vercel
Copy link

vercel bot commented Jun 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
elements-demo-create-react-app ✅ Ready (Inspect) Visit Preview Jun 15, 2022 at 8:43PM (UTC)
elements-demo-nextjs ✅ Ready (Inspect) Visit Preview Jun 15, 2022 at 8:43PM (UTC)
elements-demo-svelte-kit ✅ Ready (Inspect) Visit Preview Jun 15, 2022 at 8:43PM (UTC)
elements-demo-vanilla ✅ Ready (Inspect) Visit Preview Jun 15, 2022 at 8:43PM (UTC)
elements-demo-vue ✅ Ready (Inspect) Visit Preview Jun 15, 2022 at 8:43PM (UTC)

@codecov
Copy link

codecov bot commented Jun 15, 2022

Codecov Report

Merging #253 (3a7a2cf) into main (63c792d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #253   +/-   ##
=======================================
  Coverage   80.75%   80.75%           
=======================================
  Files          36       36           
  Lines        4297     4297           
  Branches      153      152    -1     
=======================================
  Hits         3470     3470           
  Misses        818      818           
  Partials        9        9           

@@ -25,6 +25,10 @@ const CastableVideoMixin = (superclass) =>
return CastableVideo.#castEnabled;
}

static get castState() {
return CastableVideo.#castContext?.getCastState();
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix needed by media-chrome

@@ -62,6 +63,7 @@ function MuxPlayerPage() {
>
<h1>MuxPlayer Demo</h1>
<div>
<Script src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

Copy link
Contributor

@cjpillsbury cjpillsbury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 😎

@luwes luwes merged commit 421d515 into muxinc:main Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants