We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa15949 commit 0ae00ceCopy full SHA for 0ae00ce
whep.js
@@ -228,7 +228,7 @@ export class WHEPClient extends EventTarget
228
229
//Schedule trickle on next tick
230
if (!this.iceTrickeTimeout)
231
- this.iceTrickeTimeout = setTimeout(() => this.trickle(), 0);
+ this.iceTrickeTimeout = setTimeout(() => this.patch(), 0);
232
233
//Set local description
234
await pc.setLocalDescription(offer);
0 commit comments