HMSVideoTrackSetting constructor Null safety

HMSVideoTrackSetting(
  1. {required HMSCodec codec,
  2. required HMSVideoResolution? resolution,
  3. required int maxBitrate,
  4. required int maxFrameRate,
  5. required HMSCameraFacing cameraFacing,
  6. required String trackDescription}
)

Implementation

HMSVideoTrackSetting(
    {required this.codec,
    required this.resolution,
    required this.maxBitrate,
    required this.maxFrameRate,
    required this.cameraFacing,
    required this.trackDescription});