Fix typo in Electron tutorial

This commit is contained in:
juancarmore 2024-07-31 13:12:32 +02:00
parent 93a6357d66
commit a88c1dcedf

View File

@ -1,6 +1,6 @@
const { Room, RoomEvent } = require("livekit-client");
// Configure this constants with correct URLs depending on your deployment
// Configure these constants with correct URLs depending on your deployment
const APPLICATION_SERVER_URL = "http://localhost:6080/";
const LIVEKIT_URL = "ws://localhost:7880/";