allRemoteStreams property

List<RemoteStream> get allRemoteStreams

All remote streams from all participants

Implementation

List<RemoteStream> get allRemoteStreams =>
    participants.values.expand((p) => p.streams).toList();