withVideo property
Indicator whether this OngoingCall is intended to start with video.
Used to determine incoming OngoingCall type.
Implementation
bool? get withVideo => call.value?.withVideo;
Indicator whether this OngoingCall is intended to start with video.
Used to determine incoming OngoingCall type.
bool? get withVideo => call.value?.withVideo;