K.F ong 7.Jul.11 04:08 AM a Web browser Developer Toolkits8.5.1Windows
Hi All,
I'm new to client:stproxy API,When I use the following code, presence awareness is not available .
var contactElement = document.createElement("div");
contactElement.setAttribute("userId","000888");
contactElement.setAttribute("dojoType","sametime.LiveName");
document.getElementById("divLiveName").appendChild(contactElement);
var contact = new sametime.LiveName({"userId":"000888"},contactElement);
Where the problem, how to solve?