라이브 - 아고라 로컬 사용자의 음성 활동 감지를 비활성화 하여 말하는 유저 표시를 좀 더 자연스럽게 수정

This commit is contained in:
klaus 2024-01-16 17:24:11 +09:00
parent 869b83804d
commit 804f993b25
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Agora(
Constants.AUDIO_SCENARIO_GAME_STREAMING
)
rtcEngine!!.enableAudio()
rtcEngine!!.enableAudioVolumeIndication(500, 3, true)
rtcEngine!!.enableAudioVolumeIndication(500, 3, false)
rtmClient = RtmClient.createInstance(
context,