isVideoCallAvailable property

bool isVideoCallAvailable

Implementation

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