Constraints constructor

Constraints({
  1. String? resolution,
  2. String? deviceId,
  3. String? codec,
  4. bool? audio,
  5. bool? video,
  6. bool? simulcast,
})

Implementation

Constraints(
    {this.resolution,
    this.deviceId,
    this.codec,
    this.audio,
    this.video,
    this.simulcast});