public synchronized void sendScreenSharingCursorPos(ServerFrameCursorStatus cursorStatus) {
try {
//log.debug("sendScreenSharingCursorPos ");
ScreenSharingCursor screenSharingCursor = new ScreenSharingCursor();
screenSharingCursor.setS(cursorStatus.getPublicSID());
screenSharingCursor.setX(cursorStatus.getX());
screenSharingCursor.setY(cursorStatus.getY());
String publicSID = cursorStatus.getPublicSID();
IScope globalScope = getContext().getGlobalScope();
IScope webAppKeyScope = globalScope.getScope(ScopeApplicationAdapter.webAppRootKey);