From 65cee12006f9009a305c3b39ddefcbe36af8900c Mon Sep 17 00:00:00 2001 From: Roland Kakonyi Date: Fri, 22 Sep 2023 11:33:13 +0200 Subject: [PATCH] feat(casting): fix casting sample screen --- example/src/screens/Casting.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/screens/Casting.tsx b/example/src/screens/Casting.tsx index ffe43f1d..7846181c 100644 --- a/example/src/screens/Casting.tsx +++ b/example/src/screens/Casting.tsx @@ -41,7 +41,7 @@ export default function Casting() { }); // Configure playing DASH source on Chromecast, even when casting from iOS. - source.remotePlayback = { + source.remoteControl = { castSourceConfig: { url: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd', type: SourceType.DASH,