debug
This commit is contained in:
parent
c89104f15f
commit
04bee387b3
|
@ -12,7 +12,7 @@ void RTCContext::onConsumer(uint32_t msgId, const char* roomId, const char* peer
|
|||
std::cout << "RTCContext::onConsumer()" << std::endl;
|
||||
std::cout << "RTCContext::onConsumer(), msgId:" << msgId << ", roomId:" << consumerInfo.roomId << ", displayName:"
|
||||
<< consumerInfo.displayName
|
||||
<< ", channelIndex:" << consumerInfo.channelIndex << std::endl;
|
||||
<< ", channelIndex:" << int(consumerInfo.channelIndex) << std::endl;
|
||||
if (isRecv_) {
|
||||
std::lock_guard<std::mutex> lock(mutex_);
|
||||
std::cout << "registerSoundLevelListener" << std::endl;
|
||||
|
|
Loading…
Reference in New Issue