I have an application which uses UCMA for getting the status of the lync users.
I have a clarification . I have downloaded the sample application which inherits a class as follows:
public class UcPresenceProvider : Microsoft.Rtc.Collaboration.Samples.HTMLPresenceControls.Service.IPresenceProvider
{
public UcPresenceProvider(ApplicationEndpoint endpoint)
{
m_applicationEndpoint = endpoint;
}
}
From a layman's point of view, what will be the value for the ApplicationEndpoint endpoint would be .
I just need the status of a logged in user thats it .
check this out ...