HMSVideoTrackSetting constructor Null safety
- {required HMSCodec codec,
- required HMSVideoResolution? resolution,
- required int maxBitrate,
- required int maxFrameRate,
- required HMSCameraFacing cameraFacing,
- required String trackDescription}
Implementation
HMSVideoTrackSetting(
{required this.codec,
required this.resolution,
required this.maxBitrate,
required this.maxFrameRate,
required this.cameraFacing,
required this.trackDescription});