AndreiMisiukevich / OpenTok-Xamarin.Forms

Vonage | TokBox | OpenTok: Video/Audio Chat library for Xamarin.Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to get Audio Levels Information in Xamarin Forms ?

alirazamsp opened this issue · comments

If you refer to this documentation page on TokBox site:
https://tokbox.com/developer/guides/customize-ui/android/index.html#audio_levels

They have a method for android to get Audio Levels information for each subscriber and publisher. Can we have this in Xamarin Forms SDK or a way to add this using Renderer/ Dependancy service ?
Below is the sample method from native Android documentation:

@Override public void onAudioLevelUpdated( SubscriberKit subscriber, float audioLevel) { // Adjust an audio meter UI element based on the audioLevel value. }

Not for now) But if you wish, you may make a PR