Describe the bug
When attempting to cast a video, the following error appears repeatedly in the Xcode console:
[GCKMediaControlChannel] -[GCKMediaControlChannel mediaSessionID]
Calling a method that requires a media status with no media status, ignoring;
make sure that media is loaded, the media channel has received a status,
and that this method is not being called when there is no active connection to a Cast device
Environment
| Package |
Version |
| react-native |
0.77.3 |
| @jwplayer/jwplayer-react-native |
1.1.2 |
| Platform |
iOS |
Expected behavior
JWPlayer should send Cast load requests only after the session is available from the connected Cast device, avoiding internal SDK warnings or errors.
Describe the bug
When attempting to cast a video, the following error appears repeatedly in the Xcode console:
Environment
Expected behavior
JWPlayer should send Cast load requests only after the session is available from the connected Cast device, avoiding internal SDK warnings or errors.