plcm-turn-config.xsd Documentation

Imported Namespaces

Target Namespace

Elements

plcm-turn-config  PlcmTurnConfig

Complex Types

PlcmTurnConfig Fields

NameTypeDescriptionAttributes
atomLinkList List of linkSee Definition of link
plcm-turn-user-list plcm-turn-user-listSee Definition of plcm-turn-user-listMandatory
turn-enabledxs:boolean Flag indicating if TURN is enabled. True if it's enabled, False otherwise Mandatory
ip-familyIpFamily The ip address family of the TURN public ip and public nat addresses. Can either be IPV4 or IPV6 Mandatory
transportTransport Transport used for this proxy, Can either be TCP or UDP Mandatory
turn-portxs:int The listening port the RealPresence Access Director system uses to receive TURN allocation requests from internal or external clients Mandatory
relay-port-range-startxs: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-stopxs: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
realmxs: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-tagEntityTag 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.


Simple Types


NameTypeRestrictions
EntityTagxs:string
Length of value must be >=1
Length of value must be <=64
Transportxs:string
Value must be one of:
  • TCP
  • UDP
IpFamilyxs:string
Value must be one of:
  • IPV4
  • IPV6