remoteParticipants property

Iterable<RemoteParticipant> get remoteParticipants

Implementation

Iterable<RemoteParticipant> get remoteParticipants {
  return _participants.values;
}