Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/onlinezo/public_html/wp-includes/functions.php on line 6114
How to Configure Meeting Connector for domain name in Zoom App

How to Configure Meeting Connector for domain name in Zoom App

Setting up Meeting Connector according to a domain name

Using Meeting Connector will require editing the configuration file on the server itself since the IP address will need to be changed to a Domain Name instead.

The configuration of Meeting Connector for a domain name

  1. Navigate to the /opt/zoom/conf directory.
  2. Change the following lines in ssb.cfg and save the file
    • [MMR] EIP = x.x.x.49
      LISTEN_COUNT = 3
      LISTEN_0 = pkg|tcp://x.x.x.49:8801,pkg|tcp://[DOMAIN]:8801
      LISTEN_1 = pkg|udp://x.x.x.49:8801,pkg|udp://[DOMAIN]:8801
      ZC = PKG|TCP://x.x.x.48:8802,
      LISTEN_2 = pkg|ssl://x.x.x.49:443,pkg|ssl://[DOMAIN]:443
    • [ZC] EIP = x.x.x.48
      LISTEN_COUNT = 2
      LISTEN_0 = pkgtcp://0.0.0.0:8802,pkg|tcp://[DOMAIN]:8802
      LISTEN_1 = pkg|ssl://x.x.x.48:443,pkg|ssl://[DOMAIN]:443