File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1096,6 +1096,7 @@ export class AppHandler {
10961096 maxClients : 1 ,
10971097 localClients : 1 ,
10981098 remoteClients : 1 ,
1099+ numRouterClients : 1 ,
10991100 primaryRealms : 1 // Realm is lecture id
11001101 }
11011102 }
@@ -1107,6 +1108,7 @@ export class AppHandler {
11071108 region,
11081109 localClients,
11091110 remoteClients,
1111+ numRouterClients,
11101112 numClients,
11111113 maxClients,
11121114 primaryRealms,
@@ -1122,6 +1124,7 @@ export class AppHandler {
11221124 maxClients : maxClients ?? 0 ,
11231125 numLocalClients : localClients ?. length ?? 0 ,
11241126 numRemoteClients : remoteClients ?. length ?? 0 ,
1127+ numRouterClients : numRouterClients ?? 0 ,
11251128 primaryLectureNum : primaryRealms ?. length ?? 0
11261129 } )
11271130 }
You can’t perform that action at this time.
0 commit comments