MediaConfig constructor
const
MediaConfig({
- bool audio = false,
- bool video = false,
- AudioConfig? audioConfig,
- VideoConfig? videoConfig,
Implementation
const MediaConfig({
this.audio = false,
this.video = false,
this.screenshare = false,
this.audioConfig,
this.videoConfig,
this.screenshareConfig,
});