Inline the cast app id
This commit is contained in:
parent
f90038d246
commit
623fb944a7
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ export const loadSender = (() => {
|
|||
window.__onGCastApiAvailable = (isAvailable) => {
|
||||
if (isAvailable) {
|
||||
cast.framework.CastContext.getInstance().setOptions({
|
||||
receiverApplicationId:
|
||||
process.env.NEXT_PUBLIC_CAST_APP_ID,
|
||||
receiverApplicationId: 'F5BCEC64',
|
||||
autoJoinPolicy:
|
||||
chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue