VideoCreateInputOptions constructor

VideoCreateInputOptions({
  1. bool video = true,
  2. bool audio = true,
  3. MediaStream? stream,
})

Implementation

VideoCreateInputOptions({
  this.video = true,
  this.audio = true,
  this.stream,
});