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
Content copied to clipboard
Contains all the sounds that the SDK uses.