Fix side data not being copied when calling EncodedPacket.clone

This commit is contained in:
Vanilagy
2026-01-19 13:32:47 +01:00
parent 6c78a0ff09
commit d23b0369f3
+1
View File
@@ -258,6 +258,7 @@ export class EncodedPacket {
options?.duration ?? this.duration,
this.sequenceNumber,
this.byteLength,
this.sideData,
);
}
}