This commit is contained in:
wangjiyu 2025-04-15 21:07:19 +08:00
parent c89104f15f
commit 04bee387b3
1 changed files with 1 additions and 1 deletions

View File

@ -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;