callProblemEcho property
The user heard their own voice
Implementation
CallProblemEcho? get callProblemEcho {
if (this is CallProblemEcho) {
return this as CallProblemEcho;
}
return null;
}
The user heard their own voice
CallProblemEcho? get callProblemEcho {
if (this is CallProblemEcho) {
return this as CallProblemEcho;
}
return null;
}