jitsi / jitsi-android

Jitsi for Android is an Android port of the Jitsi project: The most feature-rich communicator with support for encrypted audio/video, chat and presence over SIP and XMPP
Apache License 2.0
414 stars 259 forks source link

Call volume control #12

Open jitsi-jenkins opened 9 years ago

jitsi-jenkins commented 9 years ago

Currently to adjust call volume frist Android's call volume level is adjusted. When max level is reached we raise Libjitsi's output gain level. The opposite is done when min level is reached. The problem is that gain level is displayed by text toast and we need to provide custom UI that will have those two methods combined into single slider indicator.

(Issue migrated from https://trac.jitsi.org/ticket/1281)