refactor after #2160

This commit is contained in:
Sergey Krashevich
2026-03-21 13:45:29 +03:00
parent 0b6ac18043
commit da908ca6c1
4 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ export class VideoRTC extends HTMLElement {
};
this.ondata = data => {
this._wc.feed(data);
if (this._wc) this._wc.feed(data);
};
this.send({type: 'webcodecs', value: ''});