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?
typing
message to the server with the current selected channel name.typing
event to the whole channel carrying the username.typing
events the front-end can show whether people are typing, and thesetyping
events 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:
typing
event every second or two and start a timeout from the finaltyping
event for like 10 seconds out.