1

I want to create a plug in for Sametime so I can schedule a multi-person chat with a group of people to open, for example, everyday at 9:30 a.m.

  • Is it possible to create such a plug in?
  • Which APIs should I use?

Thanks

Marcelo
  • 2,232
  • 3
  • 22
  • 31

1 Answers1

3

You can test the below links in your browser, on a system that has Sametime installed:

localhost:59449/stwebapi/listservices # list the API services

localhost:59449/stwebapi/chat?userid=user1@email.com|user2@email.com # open chat window with multiple users (user1 and user2)

konyak
  • 10,818
  • 4
  • 59
  • 65