Set up self local input/output volume

I’m working on a audio settings screen for a react web client using zoomsdk.
I managed to set up the desired input and output devices, but I’d like to be able to set up those devices volume locally.
I see that there are interfaces to set up the volume that came to me from other participants, but I want to set up my own volume.

Hey @ignacio.ortega

I want to set up my own volume.

Are you referring to hearing your own voice on your end?

In our implementation, the audio captured is not played back locally to avoid echo. If you want to adjust the volume of your voice for others, you can use the stream.adjustUserAudioVolumeLocally(currentUserId,volume) method.

Thanks
Vic

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.