Sounds

constructor(ringingConfig: RingingConfig)


@ApiStatus.ScheduledForRemoval(inVersion = "1.0.18")
constructor(@RawRes incomingCallSound: Int = R.raw.call_incoming_sound, @RawRes outgoingCallSound: Int = R.raw.call_outgoing_sound)

Deprecated (with error)

Deprecated. This Constructor will now return a sound configuration with no sounds. Use constructor with SoundConfig parameter instead.

Replace with

defaultResourcesRingingConfig(context).toSounds()