update User Greeting
abstract suspend fun updateUserGreeting(userGreeting: UserGreeting, byteArray: ByteArray, mimeType: String?, fileName: String): RainbowResult<Unit>
Upload a custom user greeting.
Return
RainbowResult callback
Parameters
user Greeting
UserGreeting the current user greeting to update.
byte Array
ByteArray the content of the audio file.
mime Type
String the content type of the audio file.
file Name
String the name the audio file.