Sounds

data class Sounds(val ringingConfig: RingingConfig)

Deprecated

Sounds will be deprecated in the future and replaced with RingingConfig. It is recommended to use one of the factory methods along with toSounds() to create the Sounds object.

Replace with

SoundConfig

Contains all the sounds that the SDK uses.

Constructors

Link copied to clipboard
@ApiStatus.ScheduledForRemoval(inVersion = "1.0.18")
constructor(@RawRes incomingCallSound: Int = R.raw.call_incoming_sound, @RawRes outgoingCallSound: Int = R.raw.call_outgoing_sound)
constructor(ringingConfig: RingingConfig)

Properties

Link copied to clipboard