feat: end message

- set end message in settings
This commit is contained in:
cv
2021-10-27 10:04:46 +02:00
parent 1cad360f55
commit 13487867bc
5 changed files with 43 additions and 23 deletions
@@ -64,6 +64,7 @@ const withSocket = (Component) => {
url: '',
publicInfo: '',
backstageInfo: '',
endMessage: '',
});
const [playback, setPlayback] = useState(null);