I am trying to create a simple UCMA application that creates a User Endpoint (can't create ApplicationEndpoint). I am getting an error at compiling that says:
An exception of type 'Microsoft.Rtc.Signaling.TlsFailureException' occurred in Microsoft.Rtc.Collaboration.dll but was not handled in user code
Additional information: The target principal name is incorrect
This error arises when I do currentEndpoint.EndEstablish. currentEndpoint is a UserEndpoint in this context.
Can someone tell me what I am doing wrong?