ScreenShareConfig constructor

const ScreenShareConfig({
  1. int? width,
  2. int? height,
  3. int? frameRate,
  4. bool includeSystemAudio = false,
  5. bool preferWindow = false,
})

Implementation

const ScreenShareConfig({
  this.width,
  this.height,
  this.frameRate,
  this.includeSystemAudio = false,
  this.preferWindow = false,
});