TrackWithType constructor
const
TrackWithType({
- required MediaStreamTrack track,
- StreamType? type,
- MediaStream? sourceStream,
Implementation
const TrackWithType({
required this.track,
this.type,
this.sourceStream,
});