-1

I am looking for livechat api package in rocket.chat project on github as I need to create an additional API for pagination.

I have got the rest api package but I cannot find the package where livechat APIs are defined

1 Answers1

1

A search of the code base quickly yields the package.

All of the files for LiveChat are included in the rocketchat-livechat package found here: https://github.com/RocketChat/Rocket.Chat/tree/develop/packages/rocketchat-livechat

Aaron Ogle
  • 558
  • 3
  • 14