Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
plcmTurnUserList | PlcmTurnUserList | See Definition of PlcmTurnUserList | Mandatory |
turnEnabled | boolean | Flag indicating if TURN is enabled. True if it's enabled, False otherwise | Mandatory |
ipFamily | IpFamily | The ip address family of the TURN public ip and public nat addresses. Can either be IPV4 or IPV6 | Mandatory |
transport | Transport | Transport used for this proxy, Can either be TCP or UDP | Mandatory |
turnPort | int | The listening port the RealPresence Access Director system uses to receive TURN allocation requests from internal or external clients | Mandatory |
relayPortRangeStart | int | The starting port in the range used to relay media directly between WebRTC clients in a mesh call or between WebRTC clients and an MCU in a bridge call. | Mandatory |
relayPortRangeStop | int | The stopping port in the range used to relay media directly between WebRTC clients in a mesh call or between WebRTC clients and an MCU in a bridge call. | Mandatory |
realm | string | The realm is typically a domain name and is part of the required authentication credentials for a TURN user. If a WebRTC client provides only a username and password when requesting TURN services, the TURN server automatically assigns the default authentication realm. | Mandatory |
entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
Transport | string | Value must be one of:
|
IpFamily | string | Value must be one of:
|