Video Flags Response
data class VideoFlagsResponse(val canStream: Boolean, val hasData: Boolean, val isRecording: Boolean)
Video flags contain information about the available video actions and its dynamic properties based on the current video state.
Properties
Link copied to clipboard
Value indicating whether or not the video is currently being referenced be an active live pipeline. The fact that is being referenced, doesn't necessarily indicate that data is being received. For example, video recording may be gated on events or camera may not be accessible at the time.