We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e211a commit bf32a8bCopy full SHA for bf32a8b
whep.js
@@ -242,7 +242,7 @@ export class WHEPClient extends EventTarget
242
243
//Schedule trickle on next tick
244
if (!this.iceTrickeTimeout)
245
- this.iceTrickeTimeout = setTimeout(() => this.trickle(), 0);
+ this.iceTrickeTimeout = setTimeout(() => this.patch(), 0);
246
247
//Set local description
248
await pc.setLocalDescription(offer);
0 commit comments