Voice Message
Send Voice Message is a feature that lets you deliver a voice message to the avatar that is streaming.
Start voice transmission
Available with the KlleonChat.startStt()
method.
When this method is called, it starts recording a voice message that will be sent to the avatar.
End voice transmission
Available with the KlleonChat.endStt()
method.
When this method is called, the voice message is sent to the avatar.
Example
Last updated