Echo - Repeat My Message
Echo is a feature that allows you to have the avatar speak with a message you send.
Request to Echo
Available with the KlleonChat.echo()
method to ask the avatar to speak the message you typed.
Audio Speech Request
Request the avatar to speak the transmitted audio Base64 data as is using the KlleonChat.startAudioEcho()
method.
End Audio Transmission
Notify the end of audio data transmission using the KlleonChat.endAudioEcho()
method.
Stop Echo
Available with the KlleonChat.stopEcho()
method to ask the avatar to stop speaking echo.
Example
Last updated