We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c66955 commit 48e4faaCopy full SHA for 48e4faa
1 file changed
windows/APIExample/APIExample/Basic/LiveBroadcasting/CLiveBroadcastingDlg.cpp
100644
100755
@@ -482,6 +482,7 @@ void CLiveBroadcastingDlg::OnBnClickedButtonJoinchannel()
482
AfxMessageBox(_T("Fill channel name first"));
483
return;
484
}
485
+ m_rtcEngine->enableLoopbackRecording(true);
486
487
VideoEncoderConfiguration config;
488
if (m_cmbVideoEncoder.GetCurSel() < 3)
0 commit comments