HMSVideoView constructor
HMSVideoView({})
Implementation
HMSVideoView(
{Key? key,
required this.track,
this.setMirror = false,
this.matchParent = true,
this.scaleType = ScaleType.SCALE_ASPECT_FIT})
: super(key: key ?? ObjectKey(track.trackId));