[Video] Handle push/pop on Android for autoplay (#5194)
This commit is contained in:
@@ -71,7 +71,7 @@ function InnerWrapper({embed}: Props) {
|
||||
|
||||
const [playerStatus, setPlayerStatus] = useState<
|
||||
VideoPlayerStatus | 'paused'
|
||||
>(player.playing ? 'readyToPlay' : 'paused')
|
||||
>('paused')
|
||||
const [isMuted, setIsMuted] = useState(player.muted)
|
||||
const [isFullscreen, setIsFullscreen] = React.useState(false)
|
||||
const [timeRemaining, setTimeRemaining] = React.useState(0)
|
||||
|
||||
Reference in New Issue
Block a user