remoteParticipants property

UnmodifiableMapView<String, RemoteParticipant> get remoteParticipants

Implementation

UnmodifiableMapView<String, RemoteParticipant> get remoteParticipants =>
    UnmodifiableMapView(_remoteParticipants.byIdentity);