Transport constructor
Transport({})
Implementation
Transport({
required this.protocol,
this.cidrAllowList,
this.maxBitrate,
this.maxLatency,
this.remoteId,
this.smoothingLatency,
this.streamId,
});
Transport({
required this.protocol,
this.cidrAllowList,
this.maxBitrate,
this.maxLatency,
this.remoteId,
this.smoothingLatency,
this.streamId,
});