We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e211a commit ac259e3Copy full SHA for ac259e3
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