This commit is contained in:
sky.min 2026-01-13 09:24:35 +08:00
parent faa00c6bce
commit 203377f6ca
3 changed files with 1 additions and 7 deletions

View File

@ -408,9 +408,6 @@ class LockMonitoringLogic extends BaseGetXController {
_getUDPStatusRefreshUIAction();
initRecorder();
//
initiateUdpAnswerAction();
}
@override

View File

@ -47,7 +47,7 @@ class LockMonitoringState {
// 10
late Timer answerTimer = Timer(const Duration(seconds: 1), () {}); //
RxInt answerSeconds = 0.obs;
RxBool isClickAnswer = true.obs; //
RxBool isClickAnswer = false.obs; //
late Timer hangUpTimer = Timer(const Duration(seconds: 1), () {}); //
RxInt hangUpSeconds = 0.obs;

View File

@ -111,9 +111,6 @@ class TalkViewNativeDecodeState {
final List<Map<String, dynamic>> h264FrameBuffer = <Map<String, dynamic>>[]; // H264帧缓冲区
int maxFrameBufferSize = 3; //
final int targetFps = 25; // ,native的缓冲区
final int adaptiveBufferSizeMin = 2; //
final int adaptiveBufferSizeMax = 6; //
final int networkQualityCheckIntervalMs = 2000; // ()
final int frameProcessIntervalMs = 10; // ()
Timer? frameProcessTimer; //
bool isProcessingFrame = false; //