Hi
I'm trying to get into UCMA development but get stuck at the hello world stage.
I installed the UCMA 5 SDK, and tried running the InstantMessagingCall sample. All that should take is properly configuring the app.config and entering a password, right?
So I put in the ServerFQDN1 variable (FQDN of my skype 4 business standard pool), UserName1 (samaccountname of a lync enabled user that my app will log in as), UserDomain1 (full domain name of the user my app will login as), UserURI1 (sip uri of the user my app will log in as), and RemoteUserURI (sip uri of the user my app will send IMs to).
Then I start the app, have to enter the password of UserName1, and off we go, right?
Except that I always get an AuthenticationException in UCMASampleHelper.cs in the method EndEndpointEstablish telling me authentication of my credentials could not be performed. Using the credentials I entered in the config file I can sign the user just fine.. so I'm wondering what it could be.
Do I need to create a trusted application endpoint to get this running? Or do I need to run the code from a machine in the same domain? Or is there something else I'm missing? I've tried the domain both in format company.com and just company, both don't work but I suspect the error is something else than a simple login error.
Thanks