refactor after #2160
This commit is contained in:
+1
-1
@@ -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: ''});
|
||||
|
||||
Reference in New Issue
Block a user