Map<String, Call> activeCalls() { return Map.fromEntries( calls.entries.where((entry) => entry.value.callState == CallState.active), ); }