Added USER_END trigger to LSP

This commit is contained in:
Thulinma 2018-12-06 15:09:50 +01:00
parent 2607113727
commit 4a0cd8a86a
2 changed files with 11 additions and 10 deletions

View file

@ -5219,6 +5219,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,