Skip to content

Commit 669e087

Browse files
committed
remove nonexistent trickle() call
1 parent fa15949 commit 669e087

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

whep.js

-4
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@ export class WHEPClient extends EventTarget
226226
//Get the SDP answer
227227
const answer = await fetched.text();
228228

229-
//Schedule trickle on next tick
230-
if (!this.iceTrickeTimeout)
231-
this.iceTrickeTimeout = setTimeout(() => this.trickle(), 0);
232-
233229
//Set local description
234230
await pc.setLocalDescription(offer);
235231

0 commit comments

Comments
 (0)