라이브 - 아고라 로컬 사용자의 음성 활동 감지를 비활성화 하여 말하는 유저 표시를 좀 더 자연스럽게 수정
This commit is contained in:
parent
869b83804d
commit
804f993b25
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue