EchoTestConfiguration constructor

EchoTestConfiguration({
  1. bool? enableAudio,
  2. bool? enableVideo,
  3. String? token,
  4. String? channelId,
})

Constructs the EchoTestConfiguration.

Implementation

EchoTestConfiguration({
  this.enableAudio,
  this.enableVideo,
  this.token,
  this.channelId,
});