From cbc1f9190480dbc31186a13b9f3b48411fc4469a Mon Sep 17 00:00:00 2001 From: sunny Date: Fri, 25 Dec 2020 17:08:51 +0800 Subject: [PATCH] Update RtpServer.h --- src/Rtp/RtpServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rtp/RtpServer.h b/src/Rtp/RtpServer.h index 51f26f3d..ad279413 100644 --- a/src/Rtp/RtpServer.h +++ b/src/Rtp/RtpServer.h @@ -61,7 +61,7 @@ public: */ void pauseRtpCheck(); /** - * 暂停Rtp服务的RTP流检测 + * 恢复Rtp服务的RTP流检测 */ void resumeRtpCheck();