VideoConfiguration constructor

VideoConfiguration({
  1. int? audioFocusType,
  2. bool? customizeOperationRequested,
  3. bool? startMuted,
})

Implementation

VideoConfiguration({
  this.audioFocusType,
  this.customizeOperationRequested,
  this.startMuted,
});