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