Skip to content

Commit e60f01d

Browse files
author
xianing
committed
Merge branch 'dev/3.7.200' of https://github.com/AgoraIO/API-Examples into dev/3.7.200
2 parents 7ca2399 + 9e2e0ff commit e60f01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/APIExample/APIExample/Advanced/AudioVolume/CAgoraAudioVolumeDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ bool CAgoraAudioVolumeDlg::InitAgora()
7979
else
8080
m_initialize = true;
8181
m_audioDeviceManager = new AAudioDeviceManager(m_rtcEngine);
82-
m_rtcEngine->enableAudioVolumeIndication(1000, 0);
82+
m_rtcEngine->enableAudioVolumeIndication(1000, 0,false);
8383
int vol;
8484
m_audioDeviceManager->get()->getRecordingDeviceVolume(&vol);
8585
m_sldCapVol.SetPos(vol);

0 commit comments

Comments
 (0)