VideoStreamBegin constructor
VideoStreamBegin({})
Implementation
VideoStreamBegin({
this.streamId = '',
this.description = '',
this.sourceType = '',
this.codec = VideoCodec.H264,
this.codecDetails = '',
this.width = 0,
this.height = 0,
this.framerate = 30.0,
this.correlationId,
});