I am building a xamarin android app using the XamarinMediaManager. The control for now contains a placeholder for the Mute functionality but it isn't implemented yet:
CrossMediaManager.Current.VolumeManager.Mute = true;
//this doesn't work, even on the develop branch
I am not sure how else i could implement that, I've tried implementing that using the way suggested in this answer, but most of the code seems to be deprecated in xamarin.
Any help would be appreciated.