Config constructor

Config({
  1. bool? videoEnabled,
  2. bool? audioEnabled,
})

Implementation

Config({this.videoEnabled, this.audioEnabled});