Manage media and devices

Updated

Implement key workflow steps required to develop a fully functional video calling app

This page shows you how to configure volume settings for audio recording, audio playback, and for the playback of music files.

Understand the tech

Agora Voice SDK supports adjusting the audio volume for both recording and playback to meet practical application use-cases. For example, during a two-person call, you can mute a remote user by adjusting the playback volume setting to 0.

The figure below shows the workflow of adjusting the volume.

Volume adjust workflow

Playback refers to transmitting an audio signal from a sender to a recipient, where it is played back through a playback device.

Recording refers to the process in which audio signals are captured by a recording device and then sent to the transmitter.

If you set the volume too high using the signal volume adjustment methods, it may lead to audio distortion on some devices.

Prerequisites

Ensure that you have implemented the SDK quickstart in your project.

Implement volume control

Use one or more of the following volume control methods to adjust volume settings.

Reference

This section contains content that completes the information on this page, or points you to documentation that explains other aspects to this product.

See also