From 74fbacbd9f161e568c82de86dd07698bc1ede13c Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 23 Nov 2024 17:42:54 +0200 Subject: [PATCH 1/4] Update docs/configuring-playbook-element-call.md Co-authored-by: Suguru Hirahara --- docs/configuring-playbook-element-call.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-element-call.md b/docs/configuring-playbook-element-call.md index d9f2e3a44..6321c45d7 100644 --- a/docs/configuring-playbook-element-call.md +++ b/docs/configuring-playbook-element-call.md @@ -50,8 +50,8 @@ To ensure the services function correctly, the following firewall rules and port LiveKit: - • Forward UDP ports 50100:50120 to the Docker instance running LiveKit. - • Forward TCP port 7881 to the Docker instance running LiveKit. +- Forward UDP ports 50100:50120 to the Docker instance running LiveKit. +- Forward TCP port 7881 to the Docker instance running LiveKit. Element Call: From bb403e1aee1106d19af57f1f78c24fadd51172f6 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 23 Nov 2024 17:43:15 +0200 Subject: [PATCH 2/4] Update docs/configuring-playbook-jwt-service.md Co-authored-by: Suguru Hirahara --- docs/configuring-playbook-jwt-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-jwt-service.md b/docs/configuring-playbook-jwt-service.md index b8c06a0cc..961f72c78 100644 --- a/docs/configuring-playbook-jwt-service.md +++ b/docs/configuring-playbook-jwt-service.md @@ -33,7 +33,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj ## Usage -Once installed, a new `org.matrix.msc4143.rtc_foci` section is added to the Element web client to point to your JWT service URL (e.g., `https://matrix.example.com/lk-jwt-service`). +Once installed, a new `org.matrix.msc4143.rtc_foci` section is added to the Element Web client to point to your JWT service URL (e.g., `https://matrix.example.com/lk-jwt-service`). ## Additional Information From 9a8a56943187b24ecf721e8f0aeeda578cbc9a48 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 23 Nov 2024 17:43:29 +0200 Subject: [PATCH 3/4] Update docs/configuring-playbook-element-call.md Co-authored-by: Suguru Hirahara --- docs/configuring-playbook-element-call.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-element-call.md b/docs/configuring-playbook-element-call.md index 6321c45d7..53350df90 100644 --- a/docs/configuring-playbook-element-call.md +++ b/docs/configuring-playbook-element-call.md @@ -55,7 +55,7 @@ LiveKit: Element Call: - • Forward TCP port 443 to the server running Traefik (for Element Call). +- Forward TCP port 443 to the server running Traefik (for Element Call). Ensure these ports are open and forwarded appropriately to allow traffic to flow correctly between the services. From 0b9389fd6492d0c26c5ed16ba17d51d36c378016 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 23 Nov 2024 17:43:52 +0200 Subject: [PATCH 4/4] Update docs/configuring-playbook-livekit-server.md Co-authored-by: Suguru Hirahara --- docs/configuring-playbook-livekit-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-livekit-server.md b/docs/configuring-playbook-livekit-server.md index 3e406fb8b..48aa4c36f 100644 --- a/docs/configuring-playbook-livekit-server.md +++ b/docs/configuring-playbook-livekit-server.md @@ -45,8 +45,8 @@ To ensure the services function correctly, the following firewall rules and port LiveKit: - • Forward UDP ports 50100:50200 to the Docker instance running LiveKit. - • Forward TCP port 7881 to the Docker instance running LiveKit. +- Forward UDP ports 50100:50200 to the Docker instance running LiveKit. +- Forward TCP port 7881 to the Docker instance running LiveKit. Ensure these ports are open and forwarded appropriately to allow traffic to flow correctly between the services.