documentation for redis peer bandwidth usage stats
This commit is contained in:
parent
8bf70a1199
commit
6d41ec1b34
@ -17,11 +17,17 @@ in the traffic information must subscribe to the events as:
|
||||
|
||||
psubscribe turn/realm/*/user/*/allocation/*/traffic
|
||||
|
||||
Additionally peer traffic is available with the key "turn/user/<username>/allocation/<id>/traffic/peer".
|
||||
The application that is interested in the peer traffic information must subscribe to the events as:
|
||||
|
||||
psubscribe turn/realm/*/user/*/allocation/*/traffic/peer
|
||||
|
||||
Total traffic information is also reported when the allocation is deleted. The keys are
|
||||
"turn/user/<username>/allocation/<id>/total_traffic". Applications interested in the total amount
|
||||
of traffic per allocation can subscribe to these events as:
|
||||
"turn/user/<username>/allocation/<id>/total_traffic" or "turn/user/<username>/allocation/<id>/total_traffic/peer".
|
||||
Applications interested in the total amount of traffic per allocation can subscribe to these events as:
|
||||
|
||||
psubscribe turn/realm/*/user/*/allocation/*/total_traffic
|
||||
psubscribe turn/realm/*/user/*/allocation/*/total_traffic/peer
|
||||
|
||||
Or, to receive all allocation events:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user