setCallReportConfig method
void
setCallReportConfig({})
Set call report configuration from Config
Implementation
void setCallReportConfig({
int callReportInterval = 5000,
String callReportLogLevel = 'debug',
int callReportMaxLogEntries = 1000,
}) {
_callReportInterval = callReportInterval;
_callReportLogLevel = callReportLogLevel;
_callReportMaxLogEntries = callReportMaxLogEntries;
}