Added USER_END trigger

This commit is contained in:
Thulinma 2018-05-15 16:54:20 +02:00
parent 46615efe49
commit 93f8b01a0b
4 changed files with 23 additions and 10 deletions

View file

@ -5212,6 +5212,7 @@ var UI = {
['CONN_CLOSE', 'CONN_CLOSE: right after a connection has been closed'],
['CONN_PLAY', 'CONN_PLAY: right before a stream playback of a connection'],
['USER_NEW', 'USER_NEW: a new user connects that hasn\'t been allowed or denied access before'],
['USER_END', 'USER_END: a user session disconnects after receiving some media'],
['LIVE_BANDWIDTH','LIVE_BANDWIDTH: when the value specified as param is surpassed']
],
LTSonly: true,