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;
|
mrtc::MRTCAudioOption option;
|
||||||
|
if (std::string(srcRoomId) != std::string(destRoomId)) {
|
||||||
strcpy(option.dstRoomId, destRoomId);
|
strcpy(option.dstRoomId, destRoomId);
|
||||||
|
}
|
||||||
option.channelIndex = destChannelIndex;
|
option.channelIndex = destChannelIndex;
|
||||||
std::cout << "startCustomAudio" << std::endl;
|
std::cout << "startCustomAudio" << std::endl;
|
||||||
int16_t ret2 = rtcEngine_->startCustomAudio(option);
|
int16_t ret2 = rtcEngine_->startCustomAudio(option);
|
||||||
|
|
Loading…
Reference in New Issue