Search code examples
javascriptappceleratortitanium-mobilelyncskype-for-business

URI for skype for business, sip:username is not working in appcelerator


I want to open window for skype for business (or Lync). In appcelerator i am trying by following :

Ti.platform.openURL("sip:username");

But it's only open skype for business App. (Not window of user, that username i have provided).

what I want to do is open window of user directly for chat? Also if there is group for chat I want to create chat group?

Is there any way to do this ?

Thanks in advance.


Solution

  • I found the way to open user window in my app. Here is the code I have used.

    ms-sfb://[email protected]
    

    It works for me.