Map<String, dynamic> toJson() { return { 'id': id, 'producerId': producerId, 'kind': kind, 'rtpParameters': rtpParameters, }; }