Experimental version of LiveKit with EC that works!

This commit is contained in:
Daniel Abramov
2023-06-02 19:12:28 +02:00
parent ee1819a0b6
commit 991129e470
2 changed files with 10 additions and 18 deletions

View File

@@ -138,6 +138,8 @@ export function InCallView({
token,
serverUrl: "ws://localhost:7880",
room: livekitRoom,
audio: true,
video: true,
onConnected: () => {
console.log("connected to LiveKit room");
},