isAudioCallAvailable property

bool isAudioCallAvailable

Implementation

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