VidyoPortal Event Service Configuration

To complete the setup, you will need the following information:

  1. EVENT_SERVICE_URL: This is the Public FQDN of the Vidyo Event Service.
  2. MESSAGING_SERVER_CLUSTER_ID: This should always be set as “vidyo-nats-streaming”.
  3. Messaging Server Username and Password: This is a username and password of your choosing that will be used to authenticate the VidyoPortal and the Vidyo Event Services Messaging communications.

Setting Event Service System Configurations

URL: /admin/service/systemconfig/v1/configuration

Method: PUT

Authentication: Super credentials

Request body

{

 

"EVENT_SERVER_URL": "wss://vidyoeventservice.example.com",

 

"MESSAGING_SERVER_CLUSTER_ID": "vidyo-nats-streaming"

 

}

Setting Messaging System Configurations (REST API)

Prerequisites

To complete the setup, you will need the following information:

  1. messagingServerUrl: This is the FQDN of the Vidyo Event Service that the VidyoPortal will use to connect to the internal messaging interface of the Vidyo Event Service (port 4222).
  2. Messaging Server Username and Password: This is a username and password of your choosing that will be used to authenticate the VidyoPortal and the Vidyo Event Services NAS communications (NATS). You will need to enter this in the Vidyo Event Service configuration.

 

URL: /admin/service/systemconfig/v1/configuration

Method: PUT

Authentication: Super credentials

Request body

{

"MESSAGING_NODE_CONFIGURATION":[{

"messagingServerUrl":"tls://vidyoeventservice.example.com,

"username":"mymessagingerviceuser",

"password":"mymessagingservicepassword"

}]

}