|
|
|
|
@ -25,8 +25,8 @@ export const SERVER_CONFIG_UPDATE_URL = `${API_LOCATION}config`;
@@ -25,8 +25,8 @@ export const SERVER_CONFIG_UPDATE_URL = `${API_LOCATION}config`;
|
|
|
|
|
// Get viewer count over time
|
|
|
|
|
export const VIEWERS_OVER_TIME = `${API_LOCATION}viewersOverTime`; |
|
|
|
|
|
|
|
|
|
// Get currently connected clients
|
|
|
|
|
export const CONNECTED_CLIENTS = `${API_LOCATION}clients`; |
|
|
|
|
// Get currently connected chat clients
|
|
|
|
|
export const CONNECTED_CLIENTS = `${API_LOCATION}chat/clients`; |
|
|
|
|
|
|
|
|
|
// Get list of disabled/blocked chat users
|
|
|
|
|
export const DISABLED_USERS = `${API_LOCATION}chat/users/disabled`; |
|
|
|
|
|