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.
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.