From a89b81df0d23cadc10f8a7c66f6a5746c4972767 Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Tue, 15 Apr 2025 21:23:18 +0800 Subject: [PATCH] debug --- util/RTCContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/RTCContext.cpp b/util/RTCContext.cpp index fb62dce..d5d0a73 100644 --- a/util/RTCContext.cpp +++ b/util/RTCContext.cpp @@ -1,5 +1,5 @@ #include "RTCContext.h" -#define GIL +//#define GIL void RTCContext::onRoom(uint32_t typeId, RTCENGINE_NAMESPACE::MRTCRoomInfo& roomInfo) { //std::cout << "RTCContext::onRoom():" << roomInfo.roomId << "," << roomInfo.displayName << "," << roomInfo.userId << "," << roomInfo.message;