callProblemSilentRemote property
The other side couldn't hear the user
Implementation
CallProblemSilentRemote? get callProblemSilentRemote {
if (this is CallProblemSilentRemote) {
return this as CallProblemSilentRemote;
}
return null;
}
The other side couldn't hear the user
CallProblemSilentRemote? get callProblemSilentRemote {
if (this is CallProblemSilentRemote) {
return this as CallProblemSilentRemote;
}
return null;
}