I was trying this code from Microsoft documentation link to create an outgoing dialer using UCMA 5.0. However, I want to use User Endpoint instead of Application Endpoint. Is it possible to achieve the same results by using User Endpoint, instead of using Application endpoint with UCMA?
I am using Skype for Business 2016 on the client side and UCMA SDK version is 5.0.
As far as I understood from the link you provided, it describes hot to create server application:
Server applications for SfB require application endpoints. You see, user endpoint in UCMA can only provide abilities similar to regular SfB client and nothing more than that. Actually SfB client uses userendpoit under the hood. Therefore userendpoints have a lot of limitations and can not be used for non simple users taks. I suspect that nothing changes here since version 3.0.