debug
This commit is contained in:
parent
356be092d4
commit
3ac6763cba
|
@ -1,5 +1,5 @@
|
||||||
#include "RTCContext.h"
|
#include "RTCContext.h"
|
||||||
#define GIL
|
//#define GIL
|
||||||
|
|
||||||
void RTCContext::onRoom(uint32_t typeId, RTCENGINE_NAMESPACE::MRTCRoomInfo& roomInfo) {
|
void RTCContext::onRoom(uint32_t typeId, RTCENGINE_NAMESPACE::MRTCRoomInfo& roomInfo) {
|
||||||
//std::cout << "RTCContext::onRoom():" << roomInfo.roomId << "," << roomInfo.displayName << "," << roomInfo.userId << "," << roomInfo.message;
|
//std::cout << "RTCContext::onRoom():" << roomInfo.roomId << "," << roomInfo.displayName << "," << roomInfo.userId << "," << roomInfo.message;
|
||||||
|
|
Loading…
Reference in New Issue