Implement ext-session-lock-v1

This commit is contained in:
vaxerski
2023-02-03 11:58:55 +00:00
parent 32d56fec97
commit 129e99a6f6
10 changed files with 280 additions and 3 deletions

View File

@@ -157,4 +157,7 @@ namespace Events {
LISTENER(holdBegin);
LISTENER(holdEnd);
// Session Lock
LISTENER(newSessionLock);
};