Name | Type | Description | Attributes |
---|---|---|---|
id | xs:string | Automatically generated ID for each TURN allocation | Mandatory |
user | xs:string | The username of the WebRTC client that requested the allocation | Mandatory |
realm | Realm | The realm used to authenticate the allocation | Mandatory |
client-address | PlcmInetAddress | The WebRTC clients public IP address | |
relay-address | PlcmInetAddress | The public IP address for TURN media relay, mapped on the firewall (the External IP Address of NAT) | |
server-address | PlcmInetAddress | The public IP address of either the client that requested the allocation or the peer, depending on the direction of media relay. | |
age | xs:int | The number of seconds that the allocation has been active | |
expires | xs:int | The number of seconds remaining until the allocation expires if it is not renewed by the client | |
receive-packets | xs:int | The number of packets received by this allocation | |
receive-bytes | xs:int | The number of bytes received by this allocation | |
receive-rate | xs:int | The receive rate for this allocation measured in bytes per second | |
send-packets | xs:int | The number of packets sent by this allocation | |
send-bytes | xs:int | The number of bytes sent by this allocation | |
send-rate | xs:int | The send rate for this allocation measured in bytes per second | |
total-rate | xs:int | The total data rate for this allocation measured in bytes per second |
Name | Type | Restrictions |
---|---|---|
Realm | xs:string | Length of value must be >=1 Length of value must be <=20 |