Skip to content

Commit 48e4faa

Browse files
committed
[windows]fix loopback bug.
1 parent 2c66955 commit 48e4faa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

windows/APIExample/APIExample/Basic/LiveBroadcasting/CLiveBroadcastingDlg.cpp

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ void CLiveBroadcastingDlg::OnBnClickedButtonJoinchannel()
482482
AfxMessageBox(_T("Fill channel name first"));
483483
return;
484484
}
485+
m_rtcEngine->enableLoopbackRecording(true);
485486

486487
VideoEncoderConfiguration config;
487488
if (m_cmbVideoEncoder.GetCurSel() < 3)

0 commit comments

Comments
 (0)