Configuration interface for remote control of Google Cast (e.g. Chromecast) receivers.
Example (enable casting with Bitmovin receiver app and custom style):
{ type: 'googlecast', customReceiverConfig: { receiverStylesheetUrl: 'https://mycdn.com/mycustomreceiverstyle.css', },} Copy
{ type: 'googlecast', customReceiverConfig: { receiverStylesheetUrl: 'https://mycdn.com/mycustomreceiverstyle.css', },}
Example (custom receiver):
{ type: 'googlecast', receiverApplicationId: '1234ABCD', customReceiverConfig: { customPropertyName: 'customValue', },} Copy
{ type: 'googlecast', receiverApplicationId: '1234ABCD', customReceiverConfig: { customPropertyName: 'customValue', },}
Configuration interface for remote control of Google Cast (e.g. Chromecast) receivers.
Example (enable casting with Bitmovin receiver app and custom style):
Example (custom receiver):