mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
Add viewer details table. Closes https://github.com/owncast/owncast/issues/1477 (#453)
This commit is contained in:
@ -25,6 +25,9 @@ export const SERVER_CONFIG_UPDATE_URL = `${API_LOCATION}config`;
|
||||
// Get viewer count over time
|
||||
export const VIEWERS_OVER_TIME = `${API_LOCATION}viewersOverTime`;
|
||||
|
||||
// Get active viewer details
|
||||
export const ACTIVE_VIEWER_DETAILS = `${API_LOCATION}viewers`;
|
||||
|
||||
// Get currently connected chat clients
|
||||
export const CONNECTED_CLIENTS = `${API_LOCATION}chat/clients`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user