Typing Status

Send Typing Status#

To send typing status, while a member composing a message in group, call below method.

    ChatManager.sendTypingStatus(to: jid, chatType: CHAT_TYPE)
    ArgumentTypeDescription
    toStringjid of the user/group
    CHAT_TYPEChatTypeEnumChatTypeEnum.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.

      ChatManager.sendTypingGoneStatus(to: jid, chatType: CHAT_TYPE)
      ArgumentTypeDescription
      toStringjid of the user/group
      CHAT_TYPEChatTypeEnumChatTypeEnum.chat for single chat, ChatTypeEnum.groupchat for group chat, ChatTypeEnum.broadcast for broadcast