§2024-09-06

My jitsi server's config file is /etc/jitsi/meet/yushei.net-config.js and STUN server

// The STUN servers that will be used in the peer to peer connections
        stunServers: [

            // { urls: 'stun:yushei.net:3478' },
            { urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' },
        ],
$ telnet meet-jit-si-turnrelay.jitsi.net 443
Trying 152.67.105.96...
Connected to meet-jit-si-turnrelay.jitsi.net.
Escape character is '^]'.
  1. Check Jitsi Logs
$ sudo apt-get install build-essential autoconf automake libtool git
$ sudo apt-get install stun
$ sudo apt install stun-client