a
554325746@qq.com
2019-12-25 7340eb0b160eacbbd0f3c2289e3ac6150da235f3
app/src/main/java/com/basic/security/utils/socket/indoor/IndoorGuestSocketClient.java
@@ -137,9 +137,6 @@
                                    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 {