debug
This commit is contained in:
parent
d5abc6d09d
commit
913f342cbb
|
@ -528,7 +528,9 @@ bool RTCContext::initSend(const char* srcRoomId, const char* destRoomId, const i
|
|||
}
|
||||
|
||||
mrtc::MRTCAudioOption option;
|
||||
strcpy(option.dstRoomId, destRoomId);
|
||||
if (std::string(srcRoomId) != std::string(destRoomId)) {
|
||||
strcpy(option.dstRoomId, destRoomId);
|
||||
}
|
||||
option.channelIndex = destChannelIndex;
|
||||
std::cout << "startCustomAudio" << std::endl;
|
||||
int16_t ret2 = rtcEngine_->startCustomAudio(option);
|
||||
|
|
Loading…
Reference in New Issue