This commit is contained in:
wangjiyu 2025-05-03 20:01:47 +08:00
parent a2f2082f54
commit df4a1193b6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ int main()
LOG_DEBUG << "RTCContext init failed";
return -1;
}
if (!RTCContext::instance().initSend(destRoomId, destChannelIndex)) {
if (!RTCContext::instance().initSend(srcRoomId, destRoomId, destChannelIndex, 1)) {
LOG_DEBUG << "RTCContext initSend failed";
return -1;
}