- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone, the platform has been working great for me except I'm missing some important features for our use case so I have a few feature requests for the WebRTC platform:
- Be able to detect a video or audio mute from a remote stream
- Be able to change the audio stream from STREAM_VOICE_CALL to another like STREAM_MUSIC on Android (see https://developer.android.com/reference/android/media/AudioManager.html)
- Have a callback for audio levels per stream(to visualize audio in the user interface)
- Be able to control the volume of the audio per stream
I hope you can help me with my requests, thanks in advance
- Tags:
- HTML5
- JavaScript*
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Piet,
- We will evaluate this request.
- Currently the output audio track is STREAM_VOICE_CALL as logically the stream is for voice phone call. We will evaluate your request for this.
- We have getAudioLevel and getConnectionStats APIs that you can use to get the audio levels for each stream
- The audio streams shares the same audio source, so can't control the value for each stream, unless you have some way to doing it on the receving side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello He,
Thank you for your response. I was completely unaware of the ConnectionStats class and I got this working so thank you for the heads up.
I understand the STREAM_VOICE_CALL seems logical, unfortunately there are many devices that do not allow full volume control over this stream(mandatory minimum volume or no control at all, Activity.setVolumeControlStream() will result in no change of control). Being able to change the stream to STREAM_MUSIC for example will allow full control on any device.
I see my last request was not clear so I will try to clarify. When receiving separate RemoteCameraStreams(not mixed) volume control of a single stream can be useful when a single user has louder, more silent or a noisy background when conference calling. Volume control of the the audio stream that you send out could also be useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello He,
Please not that my issue is not resolved, being able to change the audio stream from STREAM_VOICE_CALL to STREAM_MUSIC is very important to our project. Our users are unable to change their volume because the device does not allow control over the voice stream volume.
I hope to hear from you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page