-
Notifications
You must be signed in to change notification settings - Fork 561
Closed
Labels
Area: Mono.AndroidIssues with the Android API binding (Mono.Android.dll).Issues with the Android API binding (Mono.Android.dll).bugComponent does not function as intended.Component does not function as intended.
Milestone
Description
This is in reference to #2437 which was marked as closed before having a discussion about it, I have upgraded to Mono.Android v9.0 however the accepted parameter for VideoQuality is still incorrect. The generated enum doesn't match the values that are required for this method.
https://developer.android.com/reference/android/telecom/CallAudioState
If I wanted to set the audio route as Speaker I would need to pass in an enum that has a value of 8. The correct parameter would be the enum Android.Telecom.CallAudioRoute.
Metadata
Metadata
Assignees
Labels
Area: Mono.AndroidIssues with the Android API binding (Mono.Android.dll).Issues with the Android API binding (Mono.Android.dll).bugComponent does not function as intended.Component does not function as intended.