Typing indicators #10
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: apps/BareRTC#10
Loading…
Reference in New Issue
Block a user
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.