if your storage is full streaming will stop. You need to delete some of the videos in your library t
if your storage is full streaming will stop. You need to delete some of the videos in your library to continue live streaming.


@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.@cloudflare/stream-react 1.9.1autoplay={true}ref.paused === falsevideo.paused === true