Simplified audio focus requesting by using androidx media
Do not play "busy" and "error" sounds when call is closed Always use audio usage type USAGE_VOICE_COMMUNICATION
This commit is contained in:
@ -64,4 +64,5 @@ dependencies {
|
||||
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
||||
implementation "androidx.activity:activity-ktx:1.4.0"
|
||||
implementation "androidx.fragment:fragment-ktx:1.4.1"
|
||||
implementation 'androidx.media:media:1.4.3'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user