From df4a1193b6c7130c850c88be593bce4ad53b5c56 Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Sat, 3 May 2025 20:01:47 +0800 Subject: [PATCH] debug --- src/file2rtc/File2RTC.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file2rtc/File2RTC.cc b/src/file2rtc/File2RTC.cc index 129ced4..c287fd4 100644 --- a/src/file2rtc/File2RTC.cc +++ b/src/file2rtc/File2RTC.cc @@ -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; }