isIncomingCall property

bool get isIncomingCall

Whether this is an incoming call that should show call UI.

Implementation

bool get isIncomingCall =>
    isCall && callAction == CometChatCallAction.initiated;