Show chat by default. Closes #72. Show placeholder text that no registration is needed. Closes #73

This commit is contained in:
Gabe Kangas
2020-07-19 15:14:51 -07:00
parent 14adead519
commit c0e4f647a2
6 changed files with 35 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ const VIDEO_OPTIONS = {
const KEY_USERNAME = 'owncast_username';
const KEY_AVATAR = 'owncast_avatar';
const KEY_CHAT_DISPLAYED = 'owncast_chat';
const KEY_CHAT_FIRST_MESSAGE_SENT = 'owncast_first_message_sent';
const TIMER_STATUS_UPDATE = 5000; // ms
const TIMER_WEBSOCKET_RECONNECT = 5000; // ms