VideoStreamStatus constructor
VideoStreamStatus({})
Implementation
VideoStreamStatus({
required this.framerate,
required this.bitrate,
required this.flags,
required this.resolutionH,
required this.resolutionV,
required this.rotation,
required this.hfov,
required this.streamId,
});