RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Allow apps to update status and livechat availability

cuonghuunguyen opened this issue · comments

In order to implement the bot adapters on the Apps platform, we will need a bot agent to receive and send the messages.
Rocket.Chat Livechat functionalities depend on the agent status and livechat availability a lot so it it is necessary to have the possibility to update them.

The implementation could be:

  • Add updateStatus in IUserUpdater
  • Add possibility to update agent and updateLivechatAvailability in the ILivechatUpdater