Account for active group members

This commit is contained in:
Casper Warden
2017-12-19 17:58:25 +00:00
parent fbb997a774
commit 81f4258c04
29 changed files with 248 additions and 27 deletions

View File

@@ -13,6 +13,7 @@ class ClientEvents {
this.onCircuitLatency = new Subject_1.Subject();
this.onGroupChat = new Subject_1.Subject();
this.onGroupChatSessionJoin = new Subject_1.Subject();
this.onGroupChatAgentListUpdate = new Subject_1.Subject();
}
}
exports.ClientEvents = ClientEvents;