Hi,
I have an application which uses UCMA for getting the status of the lync users.
I have a clarification here ,
There is a class as follows:
public class UcPresenceProvider : Microsoft.Rtc.Collaboration.Samples.HTMLPresenceControls.Service.IPresenceProvider
{
{
m_applicationEndpoint = endpoint;
}
}
Can anybody tell me 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 .