Is it possible to send customData
?
#4133
Labels
status: archived
Archived and locked; will not be updated
type: question
A question from the community
Have you read the Tutorials?
Yes
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
^3.3.2
Please ask your question
I'm migrating from VideoJS to ShalaPlayer and VideoJS has a plugin to add the cast button silvermine/videojs-chromecast, that plugin can send
customData
to the receiver as part of therequestData.media
(ChromecastTech.js#L172), I already tried withcontrols.getCastProxy().setAppData({})
but it is different and I do not control the receiver web app. I see the receiver can handle it (cast_receiver.js#L786)My questions is: Is there a way to include
customData
as part of the request?The text was updated successfully, but these errors were encountered: