addStream method
Add a stream to this participant
Implementation
RemoteParticipant addStream(RemoteStream stream) {
return copyWith(streams: [...streams, stream]);
}
Add a stream to this participant
RemoteParticipant addStream(RemoteStream stream) {
return copyWith(streams: [...streams, stream]);
}