完成了人数的判断

This commit is contained in:
董宏宇
2021-02-07 19:16:11 +08:00
parent 30c3f89d25
commit db4841a462
7 changed files with 127 additions and 39 deletions

View File

@@ -134,11 +134,6 @@ public class TrafficLiveManager implements ILiveProgressListener {
callBack.onDisConnect();
}
@Override
public void onRoomOnlineUserCountUpdate(int count) {
}
@Override
public void onDebugError(int errorCode, String funcName, String errorInfo) {
Logger.e(TAG, "onDebugError errorCode : " + errorCode + " funcName : " + funcName + " errorInfo : " + errorInfo);