Features constructor

Features({
  1. bool audioOnlyMode = false,
  2. bool lowBandwidthMode = false,
  3. bool raiseHand = true,
  4. bool screenSharing = true,
  5. bool callRecording = true,
  6. bool autoCallRecording = false,
  7. bool virtualBackground = true,
})

Implementation

Features({
  this.audioOnlyMode = false,
  this.lowBandwidthMode = false,
  this.raiseHand = true,
  this.screenSharing = true,
  this.callRecording = true,
  this.autoCallRecording = false,
  this.virtualBackground = true,
});