diff --git a/docs/calls.mdx b/docs/calls.mdx index 46bfaa4eb..0f1fea978 100644 --- a/docs/calls.mdx +++ b/docs/calls.mdx @@ -3,7 +3,7 @@ # Calls Matrix supports two types of calls: - Element Call powered by [MatrixRTC](https://half-shot.github.io/msc-crafter/#msc/4143) and [LiveKit](https://github.com/livekit/livekit) -- Legacy calls, supported by a STUN/TURN server. +- Legacy calls, supported by a STUN/TURN server. Both types of calls are supported by different sets of clients, but most clients are moving towards MatrixRTC / Element Call. diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index c505f639a..76552fba0 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -1,4 +1,4 @@ -# Matrix RTC/Element Call Setup +# MatrixRTC/Element Call Setup This guide assumes that you are using docker compose for deployment.