invoke
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, messageId: String, normalizedLoudness: ByteArray): <Error class: unknown class><<Error class: unknown class>, Unit>
Updates the audio waves mask for a given message in a conversation.
Return
Either a CoreFailure on failure or Unit on success.
Parameters
conversationId
The ID of the conversation containing the message.
messageId
The ID of the message to update.
normalizedLoudness
The new normalized loudness data to set.