VidyoPortal Event Service Configuration
To complete the setup, you will need the following information:
- EVENT_SERVICE_URL: This is the Public FQDN of the Vidyo Event Service.
- MESSAGING_SERVER_CLUSTER_ID: This should always be set as “vidyo-nats-streaming”.
- 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:
- 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).
- 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"
}]
}