kaiwa/clientapp/templates/pages/chat.jade

21 lines
547 B
Plaintext

section.page.chat
section.conversation
header
h1
span.name
span.status
button.primary.small.call call
.tzo
//.activeCall
video.remote(autoplay)
video.local(autoplay, muted)
aside.button-wrap
button.end.primary End
.button-group.outlined
button.mute Mute
button.unmute Unmute
ul.messages.scroll-container
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')