Hey,
I found something odd while testing one of our features in the chat (over GiftedChat ) .
In our code we register on the channel to : channelHandler.onTypingStatusUpdated.
our chat setup, is a group channel with a user and an agent from sendbirdk desk.
I encountered few odd behaviors :
-
when the agent starting typing we get the event , but some time while typing ( apx. 20 seconds ) we get a status updated for False ?
-
if the agent types than stop for a minute ( we get a false event as stated in 1. ) , when it continues to typing the event is not updated to true.
are these a known behavior ?