taksan / skype-java-api

Skype API for Java, based on Skype4Java library
128 stars 60 forks source link

Tutorial or Docs for updating Skype Bot code with Skype URIs #50

Closed sandeeprock12 closed 9 years ago

sandeeprock12 commented 10 years ago

Hi,

Could anyone post some pointers towards tutorials or materials that they may be aware of for the building/updating a Skype bot using Skype URIs. I am unable to find any good stuff by just googling...

Thank you!

taksan commented 10 years ago

I read a little bit about the new uri api and if I understand it right it isn't possible to build a bot. According to the reference:

http://msdn.microsoft.com/en-us/library/office/dn745882%28v=office.15%29.aspx#sectionSection0

There is no way to listen to incoming messages to reply accordingly. I'm sorry to say that if you want to build a bot, you are stuck to older skype versions.

sandeeprock12 commented 9 years ago

Thanks @taksan,

Received confirmation from the Skype Developer community that the Skype URIs cannot be used for getting any information from Skype. It can be used only for the below functionalities as of now:

Start the client start a chat (1:1 or group) Start a call (1:1 or group) Start a video call (1:1 or Group on a desktop)

It does not provide any information from Skype back to the 3rd party application. You can find out more about URIs here: http://msdn.microsoft.com/en-us/library/office/dn745878