isVideoCallAvailable property
bool
get
isVideoCallAvailable
Implementation
bool get isVideoCallAvailable => profile.isGroupProfile.checkNull()
? availableFeatures.value.isGroupCallAvailable.checkNull()
: availableFeatures.value.isOneToOneCallAvailable.checkNull();