remoteParticipants property

map of identity: [RemoteParticipant]

Implementation

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