withVideo property

bool get withVideo

Indicates whether the current OngoingCall is with video or not.

Implementation

bool get withVideo => _currentCall.value.withVideo ?? false;