fix(docs): Fixes a typo in visitors example config.

This commit is contained in:
damencho
2023-07-28 11:30:50 -05:00
committed by Дамян Минков
parent 1b053b0ff2
commit 60a995d654

View File

@@ -41,7 +41,7 @@ s2s_whitelist = {
};
s2sout_override = {
["conference.jitmeet.example.com"] = "tcp://127.0.0.1"5269"; -- needed for visitors to send messages to main room
["conference.jitmeet.example.com"] = "tcp://127.0.0.1:5269"; -- needed for visitors to send messages to main room
["jitmeet.example.com"] = "tcp://127.0.0.1:5269"; -- needed for the main room when connecting in to send main participants
["visitors.jitmeet.example.com"] = "tcp://127.0.0.1:5269"; -- needed for sending promotion request to visitors.jitmeet.example.com component
}