updateUserGreeting

abstract fun updateUserGreeting(userGreeting: UserGreeting, byteArray: ByteArray, mimeType: String, fileName: String, listener: RainbowListener<Unit, Unit>?)

Upload a custom user greeting.

Parameters

userGreeting

UserGreeting the current user greeting to update.

byteArray

ByteArray the content of the audio file.

mimeType

String the content type of the audio file.

fileName

String the name the audio file.

listener

RainbowListener optional callback