I'm using `@cloudflare/stream-react 1.9.
I'm using
@cloudflare/stream-react 1.9.1 with my own custom controls. I noticed that in Mobile Safari, autoplay is disabled under some circumstances. When I set autoplay={true}, the stream ref starts out with ref.paused === false whereas the video element has video.paused === true. Any ideas how I can tell if the video is actually paused since the paused property is incorrect? Maybe an event can tell me, but it's not clear to me.