We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231e5a4 commit 043c0e2Copy full SHA for 043c0e2
p2p-webrtc/pipecat-cloud/client/src/app.ts
@@ -39,9 +39,7 @@ class WebRTCApp {
39
40
private initializePipecatClient(): void {
41
const opts: PipecatClientOptions = {
42
- transport: new SmallWebRTCTransport({
43
- waitForICEGathering: true,
44
- }),
+ transport: new SmallWebRTCTransport(),
45
enableMic: true,
46
enableCam: true,
47
callbacks: {
0 commit comments