debug
This commit is contained in:
parent
df4a1193b6
commit
7740e1b220
|
@ -20,7 +20,7 @@ int main()
|
||||||
LOG_DEBUG << "RTCContext init failed";
|
LOG_DEBUG << "RTCContext init failed";
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if (!RTCContext::instance().initSend(destRoomId, destChannelIndex)) {
|
if (!RTCContext::instance().initSend(srcRoomId, destRoomId, destChannelIndex, 1)) {
|
||||||
LOG_DEBUG << "RTCContext initSend failed";
|
LOG_DEBUG << "RTCContext initSend failed";
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue