Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening Lync 2013 Mobile Client from Third Party iOS App

I have installed Lync 2013 mobile client in iOS and I know that executing lync:// url scheme like below

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"lync://"]];

will open the installed Lync app but I would like to know more about the other URL parameters that can be used in custom url scheme for performing other actions like for example

  1. Automatic login using the credentials
  2. Open a meeting URL
like image 487
Rajaraman Subramanian Avatar asked Oct 07 '13 09:10

Rajaraman Subramanian


1 Answers

It doesn't appear to be possible at this point.

Somebody asked a question on Technet really closely related to yours two years ago and got an answer that URL parameters are not supported with the Lync client on iOS.

And here's another question asking about parameters with pretty much the same result.

Sounds like you should file a feature request with Microsoft to make it happen.

like image 81
Michael Dautermann Avatar answered Oct 17 '22 10:10

Michael Dautermann