EchoTestConfig constructor
EchoTestConfig({})
Implementation
EchoTestConfig({
required this.userId,
required this.roomId,
required this.token,
required this.enableAudio,
required this.enableVideo,
required this.audioReportInterval,
});