SetLocalVideoConfigRequest constructor

SetLocalVideoConfigRequest({
  1. int? videoProfile,
  2. int? videoCropMode,
  3. bool? frontCamera,
  4. int? frameRate,
  5. int? minFrameRate,
  6. int? bitrate,
  7. int? minBitrate,
  8. int? degradationPrefer,
  9. int? width,
  10. int? height,
  11. int? cameraType,
  12. int? mirrorMode,
  13. int? orientationMode,
  14. int? streamType,
})

Implementation

SetLocalVideoConfigRequest({
  this.videoProfile,
  this.videoCropMode,
  this.frontCamera,
  this.frameRate,
  this.minFrameRate,
  this.bitrate,
  this.minBitrate,
  this.degradationPrefer,
  this.width,
  this.height,
  this.cameraType,
  this.mirrorMode,
  this.orientationMode,
  this.streamType,
});