Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Unable to change the time in AudioVolumeIndicator #148

Open
8432konia opened this issue Jun 9, 2021 · 1 comment
Open

Unable to change the time in AudioVolumeIndicator #148

8432konia opened this issue Jun 9, 2021 · 1 comment

Comments

@8432konia
Copy link

How to change callback event time in AudioVolumeIndicator

Currently, the default response time is 2 seconds, but this cannot be changed.

client.enableAudioVolumeIndicator();
client.on("volume-indicator", volumes => {
    volumes.forEach(volume => {
        Processing with volume...
    })
})

I would like to make this within 1 second (or less).

@papap35
Copy link

papap35 commented Jun 9, 2021

Agree, i see other Agora SDK use enableAudioVolumeIndication, this can set interval 😢

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants