You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the isMobile and isLive properties from the player but it doesnt seem to work.
I tried binding thr player with a ref="player" and const player = ref(null) then when i try on player.value i only have getProvider canPlay and those types of functions without any props.
I tried also to bind :isMobile="isMobile" in the Player tag but it doesn't work as well
The text was updated successfully, but these errors were encountered:
I am trying to get the isMobile and isLive properties from the player but it doesnt seem to work.
I tried binding thr player with a ref="player" and const player = ref(null) then when i try on player.value i only have getProvider canPlay and those types of functions without any props.
I tried also to bind :isMobile="isMobile" in the Player tag but it doesn't work as well
The text was updated successfully, but these errors were encountered: