PlcmTurnConfig

PlcmTurnConfig

PlcmTurnConfig Fields

NameTypeDescriptionAttributes
atomLinkList Array of LinkSee Definition of Link
plcmTurnUserList PlcmTurnUserListSee Definition of PlcmTurnUserListMandatory
turnEnabledboolean Flag indicating if TURN is enabled. True if it's enabled, False otherwise Mandatory
ipFamilyIpFamily 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
turnPortint The listening port the RealPresence Access Director system uses to receive TURN allocation requests from internal or external clients Mandatory
relayPortRangeStartint 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
relayPortRangeStopint 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
realmstring 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
entityTagEntityTag 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.


Nested Types/Restrictions


NameTypeRestrictions
EntityTagstring
Length of value must be >=1
Length of value must be <=64
Transportstring
Value must be one of:
  • TCP
  • UDP
IpFamilystring
Value must be one of:
  • IPV4
  • IPV6