withVideo property
Indicates whether the current OngoingCall is with video or not.
Implementation
bool get withVideo => _currentCall.value.withVideo ?? false;
Indicates whether the current OngoingCall is with video or not.
bool get withVideo => _currentCall.value.withVideo ?? false;