We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
trickle()
1 parent fa15949 commit 669e087Copy full SHA for 669e087
whep.js
@@ -226,10 +226,6 @@ export class WHEPClient extends EventTarget
226
//Get the SDP answer
227
const answer = await fetched.text();
228
229
- //Schedule trickle on next tick
230
- if (!this.iceTrickeTimeout)
231
- this.iceTrickeTimeout = setTimeout(() => this.trickle(), 0);
232
-
233
//Set local description
234
await pc.setLocalDescription(offer);
235
0 commit comments