hasRemote property

bool get hasRemote

Indicator whether this OngoingCall has any remote connection active.

Implementation

bool get hasRemote =>
    isActive && members.values.where((e) => e.isConnected.isTrue).length > 1;