| | |
| | | socketUtil.mBufferManager.fillBuffer1(map, socketUtil.imageBuff, socketUtil.imageBuff.length, hasFaces); |
| | | } |
| | | } |
| | | boolean webRtcClientConnected = Constants.TRUE.equals(map.get(Constants.webRtcClientConnected)); |
| | | boolean webRtcServerStarted = Constants.TRUE.equals(map.get(Constants.webRtcServerStarted)); |
| | | ((MainActivity) BaseApplication.getApplication().activity).showAnswerCall(webRtcServerStarted && !webRtcClientConnected); |
| | | if (Constants.TRUE.equals(SettingManager.getTransferVideo())) { |
| | | SystemClock.sleep(40); |
| | | } else { |