set androidReceiverCompatible options

This commit is contained in:
unclekingpin 2024-03-10 16:49:09 +02:00 committed by GitHub
parent 10ba04ddbf
commit c9d082da41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,8 @@ const App = () => {
receiverApplicationId: CONSTANTS.CHROMECAST_RECEIVER_APP_ID,
autoJoinPolicy: chrome.cast.AutoJoinPolicy.PAGE_SCOPED,
resumeSavedSession: false,
language: null
language: null,
androidReceiverCompatible: true
});
}
};