List<String> get remoteAttendeeIds => _attendees.attendees.keys .where((id) => id != _attendees.localId && !Attendee.isContentId(id)) .toList();