remoteAttendeeIds property

List<String> get remoteAttendeeIds

Implementation

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