Experimental version of LiveKit with EC that works!

This commit is contained in:
Daniel Abramov 2023-06-02 19:12:28 +02:00
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");
},