ConsumeResponse constructor
ConsumeResponse({})
Implementation
ConsumeResponse({
required this.id,
required this.producerId,
required this.kind,
required this.rtpParameters,
required this.serverConsumerId,
});