Sounds

data class Sounds(val ringingConfig: RingingConfig, val mutedRingingConfig: MutedRingingConfig? = null)

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

RingingConfig

Contains all the sounds that the SDK uses.

Constructors

Link copied to clipboard
constructor(ringingConfig: RingingConfig, mutedRingingConfig: MutedRingingConfig? = null)

Properties

Link copied to clipboard
Link copied to clipboard