File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ to implement
7676In the context of MatrixRTC, we suggest using a single hostname for backend
7777communication by implementing endpoint routing within a reverse proxy setup. For
7878the example above, this results in :
79- | Service | Endpoint | Example |
79+ | Service | Endpoint | Example |
8080| -------- | ------- | ------- |
81- | [Livekit SFU](https://github.com/livekit/livekit) WebSocket signalling connection | `/livekit/sfu` | `matrix-rtc.example.com/livekit/sfu` |
81+ | [Livekit SFU](https://github.com/livekit/livekit) WebSocket signalling connection | `/livekit/sfu` | `matrix-rtc.example.com/livekit/sfu` |
8282| [Matrix Livekit JWT auth service](https://github.com/element-hq/lk-jwt-service) | `/livekit/jwt` | `matrix-rtc.example.com/livekit/jwt` |
8383
84-
8584Using Nginx, you can achieve this by :
85+
8686` ` ` jsonc
8787server {
8888 ...
@@ -114,8 +114,7 @@ server {
114114 proxy_pass http://localhost:7880/;
115115 }
116116}
117- ` ` ` `
118-
117+ ` ` `
119118
120119# ### MatrixRTC backend announcement
121120
@@ -148,8 +147,6 @@ server {
148147> Most `org.matrix.msc4143.rtc_foci` configurations will only have one entry in
149148> the array
150149
151-
152-
153150# # Building Element Call
154151
155152> [!NOTE]
You can’t perform that action at this time.
0 commit comments