callProblemEcho property

CallProblemEcho? callProblemEcho

The user heard their own voice

Implementation

CallProblemEcho? get callProblemEcho {
  if (this is CallProblemEcho) {
    return this as CallProblemEcho;
  }
  return null;
}