StartedTyping signaling message is send for each keystroke #9548
Labels
0. Needs triage
bug
feature: chat 💬
Chat and system messages
feature: frontend 🖌️
"Web UI" client
feature: signaling 📶
Internal and external signaling backends
Milestone
How to use GitHub
Steps to reproduce
Expected behaviour
As far as I understood, we should send one
startedTyping
signaling message to each participant (and to each newly joined participant in case we are still typing) and after a timeout (or sending the chat message) send astoppedTyping
to all participants. This means as long as we are continuously typing, we only ever get onestartedTyping
signaling message.Actual behaviour
A signaling message is send each time the chat input changes, e.g. for each keystroke.
So either this is a bug on web or we should make this behavior more clear as this will 1.) interfere with the current talk-ios implementation and 2.) not work like this on talk-ios.
Talk app
Master on sermo
The text was updated successfully, but these errors were encountered: