This message was deleted.
# announcements
s
This message was deleted.
d
this should have the steps to get it set up on a VM
e
yea, but when running the docker command, its asking a turn domain name. so we need to setup a turn server on our own, is it that way?
d
livekit has an embedded turn, but for TURN/TLS it needs to have a domain name
it helps you set up a TURN server, and is asking you which domain you plan to use with it
e
So during docker run, first asks a primary domain name, then a turn domain name. So what i understood is, we have to create a domain name which corresponds to the primary domain name, then create a sub domain for the primary domain, point it to our livekit server(vm) and assign it to the turn domain name field. is it like that?
d
you'd point both domains to the same address. they could be subdomains. i.e.
<http://livekit.yourdomain.com|livekit.yourdomain.com>
, and
<http://livekit-turn.yourdomain.com|livekit-turn.yourdomain.com>
e
i have a subdomain as abc.xyx.com which have its ssl certificate. so what will be the primary domain and turn domain in this case, i have to give.
d
you cannot use the same domain for both turn and primary