From 8d8c759e3eaee886b27b6d630ac07064411ca545 Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Tue, 15 Apr 2025 17:56:56 +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 7dd0b0e..62f4ac3 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;