CallServiceConfig

constructor(runCallServiceInForeground: Boolean = true, audioUsage: Int = AudioAttributes.USAGE_VOICE_COMMUNICATION, callServicePerType: Map<String, Class<*>> = mapOf( Pair(ANY_MARKER, CallService::class.java), ))

Parameters

runCallServiceInForeground

If the call service should run in the foreground.

callServicePerType

A map of call service per type.