callProblemDistortedVideo property
The video was distorted
Implementation
CallProblemDistortedVideo? get callProblemDistortedVideo {
if (this is CallProblemDistortedVideo) {
return this as CallProblemDistortedVideo;
}
return null;
}
The video was distorted
CallProblemDistortedVideo? get callProblemDistortedVideo {
if (this is CallProblemDistortedVideo) {
return this as CallProblemDistortedVideo;
}
return null;
}