Skip to content

Commit 83424b2

Browse files
authored
Revert "Use single pc (#483)" (#484)
* Revert "Update livekit client and use single pc (#483)" This reverts commit 55adec0. * still update livekit client
1 parent 55adec0 commit 83424b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/rooms/[roomName]/PageClientImpl.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ function VideoConferenceComponent(props: {
129129
adaptiveStream: true,
130130
dynacast: true,
131131
e2ee: keyProvider && worker && e2eeEnabled ? { keyProvider, worker } : undefined,
132-
singlePeerConnection: true,
133132
};
134133
}, [props.userChoices, props.options.hq, props.options.codec]);
135134

0 commit comments

Comments
 (0)