Typing Status
Send Typing Status#
To send typing status, while a member composing a message in group, call below method.
| Argument | Type | Description |
|---|---|---|
| to | String | jid of the user/group |
| CHAT_TYPE | ChatTypeEnum | ChatTypeEnum.chat for single chat, ChatTypeEnum.groupchat for group chat, ChatTypeEnum.broadcast for broadcast |
Send Typing Gone Status#
To send Gone status, when a member stops composing a message in group, call below method.
| Argument | Type | Description |
|---|---|---|
| to | String | jid of the user/group |
| CHAT_TYPE | ChatTypeEnum | ChatTypeEnum.chat for single chat, ChatTypeEnum.groupchat for group chat, ChatTypeEnum.broadcast for broadcast |