Reputation: 155
Our organization has Lync as primary channel for IM. Now that everyone is about to get a mobile phone we need a way to have the custom mobile apps display presence and initiate chat sessions. It is almost the way Facebook client does it with Facebook Messenger.
I cannot find anything anywhere that shows how to any of those. I can deal w/o presence but it is a must to start the chat.
Note I don't want to go against UCWA and write another chat client. Lync for Android is good enough. I just need to figure out what the proper Intent and parameters are.
Upvotes: 1
Views: 1406
Reputation: 89559
You could always open your Lync client by opening a URL that starts with the letters "lync://
".
This URL scheme works just as well on iPhones.
Upvotes: 1