You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble launching the session manager.
I am running an onclick function (just as in the demo) which calls this.$.video.launchSessionManager();. Nothing happens at all. No errors from the google-castable-video-error either.
Is there any way I can check if launchSessionManager has been run?
Based on this I have some questions:
Since most updates in this repo were made about a year ago; is this up to date with the current version of Polymer/Cast?
Would it be possible to add some more errors if that is not the case?
Am I missing any crucial part which probably should be in the docs?
I am having trouble launching the session manager.
I am running an onclick function (just as in the demo) which calls
this.$.video.launchSessionManager();. Nothing happens at all. No errors from thegoogle-castable-video-erroreither.Is there any way I can check if
launchSessionManagerhas been run?Based on this I have some questions: