connectycube-web-samples icon indicating copy to clipboard operation
connectycube-web-samples copied to clipboard

No dialogID on onMessageTypingListener

Open curtu opened this issue 3 years ago • 4 comments

in your documentation you say that on the onMessageTypingListener i should receive the dialogId. But it is always null

The problem is when i have multiple dialogs(1:1, and group) with the same user and i don't know where he is typing.

curtu avatar May 07 '21 07:05 curtu

Do you pass a dialog id when you start typing?

Means here https://developers.connectycube.com/js/messaging?id=_39is-typing39-status

// const dialogJid = ..; // for group chat

DaveLomber avatar May 07 '21 10:05 DaveLomber

Do you pass a dialog id when you start typing?

Means here https://developers.connectycube.com/js/messaging?id=_39is-typing39-status

// const dialogJid = ..; // for group chat

for 1:1 chat in the documentation there is no passing the dialogID, only the opponentID. i passed the dialog.id too but nothingh changes. On onMessageTypingListener i don't receive the dialogID

curtu avatar May 10 '21 07:05 curtu

for 1-1 chat please pass a user id for group chat please pass dialog id or dialog jid

DaveLomber avatar May 10 '21 11:05 DaveLomber

okey. thank you

curtu avatar May 14 '21 13:05 curtu