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