withVideo property

bool? get withVideo

Indicator whether this OngoingCall is intended to start with video.

Used to determine incoming OngoingCall type.

Implementation

bool? get withVideo => call.value?.withVideo;