Stream constructor
Stream({})
Implementation
Stream({
this.id,
required this.producerId,
this.muted,
this.stream,
this.socket_,
this.name,
this.audioID,
this.videoID,
});
Stream({
this.id,
required this.producerId,
this.muted,
this.stream,
this.socket_,
this.name,
this.audioID,
this.videoID,
});