get

fun get(callType: String): CallServiceConfig

Retrieves the call configuration for the given call type. Falls back to the default configuration if no specific configuration is found.

Return

The CallServiceConfig associated with the call type.

Parameters

callType

The type of call to retrieve the configuration for.

Throws

If no configuration is found and no default configuration is set.