Skip to content

Commit 043c0e2

Browse files
committed
Refactoring p2p pipecat-cloud example to use tricke ice.
1 parent 231e5a4 commit 043c0e2

File tree

1 file changed

+1
-3
lines changed
  • p2p-webrtc/pipecat-cloud/client/src

1 file changed

+1
-3
lines changed

p2p-webrtc/pipecat-cloud/client/src/app.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ class WebRTCApp {
3939

4040
private initializePipecatClient(): void {
4141
const opts: PipecatClientOptions = {
42-
transport: new SmallWebRTCTransport({
43-
waitForICEGathering: true,
44-
}),
42+
transport: new SmallWebRTCTransport(),
4543
enableMic: true,
4644
enableCam: true,
4745
callbacks: {

0 commit comments

Comments
 (0)