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
At this point CastProvider does not default to using the DEFAULT_MEDIA_RECEIVER_APP_ID included with the cast framework when initializing CastContext via cast.framework.CastContext.getInstance().setOptions().
It is not possible to pass this as a prop to the component since that component is both loading the SDK chrome.cast as well as initializing context with the receiverApplicationId. An undefinedreceiverApplicationId will error, and chrome.cast.media cannot be referenced by the parent of the component that loads it.
At this point
CastProvider
does not default to using theDEFAULT_MEDIA_RECEIVER_APP_ID
included with the cast framework when initializingCastContext
viacast.framework.CastContext.getInstance().setOptions()
.It is not possible to pass this as a prop to the component since that component is both loading the SDK
chrome.cast
as well as initializing context with thereceiverApplicationId
. Anundefined
receiverApplicationId
will error, andchrome.cast.media
cannot be referenced by the parent of the component that loads it.Suggested changes to
CastProvider
:documentation: https://developers.google.com/cast/docs/chrome_sender/integrate#initialization
The text was updated successfully, but these errors were encountered: