Typing indicators #10
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: apps/BareRTC#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
typingmessage to the server with the current selected channel name.typingevent to the whole channel carrying the username.typingevents the front-end can show whether people are typing, and thesetypingevents should auto-expire on the front-end (e.g., after 10 seconds)In DM threads say: "soandso is typing..."
In public chat rooms: if one person is typing say "soandso is typing...", if multiple could say "3 people are typing".
Frontend logic to store/expire pings could be:
typingevent every second or two and start a timeout from the finaltypingevent for like 10 seconds out.