hasRemote property
Indicator whether this OngoingCall has any remote connection active.
Implementation
bool get hasRemote =>
isActive && members.values.where((e) => e.isConnected.isTrue).length > 1;
Indicator whether this OngoingCall has any remote connection active.
bool get hasRemote =>
isActive && members.values.where((e) => e.isConnected.isTrue).length > 1;