Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
plcm-turn-user-list | plcm-turn-user-list | See Definition of plcm-turn-user-list | Mandatory |
turn-enabled | xs:boolean | Flag indicating if TURN is enabled. True if it's enabled, False otherwise | Mandatory |
ip-family | 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 |
turn-port | xs:int | The listening port the RealPresence Access Director system uses to receive TURN allocation requests from internal or external clients | Mandatory |
relay-port-range-start | xs: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 |
relay-port-range-stop | xs: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 | xs: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 |
entity-tag | 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 | xs:string | Length of value must be >=1 Length of value must be <=64 |
Transport | xs:string | Value must be one of:
|
IpFamily | xs:string | Value must be one of:
|