PlcmTurnAllocation

PlcmTurnAllocation

PlcmTurnAllocation Fields

NameTypeDescriptionAttributes
idstring Automatically generated ID for each TURN allocation Mandatory
userstring The username of the WebRTC client that requested the allocation Mandatory
realmRealm The realm used to authenticate the allocation Mandatory
clientAddressPlcmInetAddress The WebRTC clients public IP address
relayAddressPlcmInetAddress The public IP address for TURN media relay, mapped on the firewall (the External IP Address of NAT)
serverAddressPlcmInetAddress The public IP address of either the client that requested the allocation or the peer, depending on the direction of media relay.
ageint The number of seconds that the allocation has been active
expiresint The number of seconds remaining until the allocation expires if it is not renewed by the client
receivePacketsint The number of packets received by this allocation
receiveBytesint The number of bytes received by this allocation
receiveRateint The receive rate for this allocation measured in bytes per second
sendPacketsint The number of packets sent by this allocation
sendBytesint The number of bytes sent by this allocation
sendRateint The send rate for this allocation measured in bytes per second
totalRateint The total data rate for this allocation measured in bytes per second


Nested Types/Restrictions


NameTypeRestrictions
Realmstring
Length of value must be >=1
Length of value must be <=20