Add stream health overview component

This commit is contained in:
Gabe Kangas
2022-03-24 23:04:20 -07:00
parent 58acc7a449
commit 65efdb91b9
4 changed files with 79 additions and 0 deletions

View File

@ -89,6 +89,11 @@ const initialServerStatusState = {
versionNumber: '0.0.0',
streamTitle: '',
chatDisabled: false,
health: {
healthy: true,
healthPercentage: 100,
message: '',
},
};
export const ServerStatusContext = React.createContext({