comConfiguring alternate host name for Web Chat
The default host name for Meetings and Web Chat are the same. However, you can configure Web Chat to use a different host name. In other words, you can use your chat host name instead of the default. There is a secondary cookie that is also used in the meeting authentication flow where if the cookie is present, then the redirect target is pulled from the cookie instead of the TARGET= parameter.
Parent Topic: Meetings
Configuring an alternate host name in Kubernetes
To specify a different host name for your web chat access, update the values.yaml file. For example, if you want webchat.company.comas your host name, add the following statement in the values.yaml file.
extraChatHostname: webchat.company.com
Configuring an alternate host name in Docker
To specify a different host name, edit the custom.env file. For example, if you want webchat.company.com as your host name add the following statement in the
REACT_APP_CHAT_SERVER_HOSTNAME