From a88c1dcedfc7121b76e0d7f45d0dd727f6a27e90 Mon Sep 17 00:00:00 2001 From: juancarmore Date: Wed, 31 Jul 2024 13:12:32 +0200 Subject: [PATCH] Fix typo in Electron tutorial --- application-client/openvidu-electron/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/";