}
public synchronized void sendScreenSharingFrame(ServerFrameBean serverFrameBean) {
try {
ScreenSharingNewFrame screenSharingNewFrame = new ScreenSharingNewFrame();
screenSharingNewFrame.setS(serverFrameBean.getPublicSID());
screenSharingNewFrame.setX(serverFrameBean.getXValue());
screenSharingNewFrame.setY(serverFrameBean.getYValue());
screenSharingNewFrame.setH(serverFrameBean.getHeight());
screenSharingNewFrame.setW(serverFrameBean.getWidth());
String publicSID = serverFrameBean.getPublicSID();
IScope globalScope = getContext().getGlobalScope();
IScope webAppKeyScope = globalScope.getScope(ScopeApplicationAdapter.webAppRootKey);