callProblemSilentLocal property

CallProblemSilentLocal? callProblemSilentLocal

The user couldn't hear the other side

Implementation

CallProblemSilentLocal? get callProblemSilentLocal {
  if (this is CallProblemSilentLocal) {
    return this as CallProblemSilentLocal;
  }
  return null;
}