vb.net - Access the Lync client when running with different credentials -
i have application runs under different set of credentials user logged windows
. trying setup presenceindicator
within application seems hang when trying access lync
client. if run application using same credentials current logged in user runs great.
is there way specify credentials control uses?
the lync client sdk works interacting running lync process - why won't work if don't have lync client installed on machine. reason, don't think you're trying possible - because lync client "being used" in different context.
a possible workaround sign lync user running application - might work, not acceptable solution you.
even running in ui suppression mode won't work if lync client running, logged in user.
in instance, think solution use ucma sdk instead of lync client sdk, , establish user endpoint. can specify different credentials when establish endpoint. blogged simple example of using ucma application user endpoint send im.
for more information around problem, see on difference between application , user endpoints.
Comments
Post a Comment