diff --git a/application-client/openvidu-electron/src/app.js b/application-client/openvidu-electron/src/app.js index 8ae5e89c..9fd70220 100644 --- a/application-client/openvidu-electron/src/app.js +++ b/application-client/openvidu-electron/src/app.js @@ -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/";