Klleon Chat SDK
English
English
  • ✨New Javascript SDK [1.2.0]
    • Getting Started
    • Events
    • UI
    • Methods
      • Life Cycle
      • Text Chat
      • Voice Chat
      • Echo Chat
      • Audio Echo Chat
      • Other
    • TypeScript Support
    • Examples
      • VanillaJS
      • React
      • Nextjs
    • Log System
    • Updates
  • JavaScript SDK [v0.x.x] (Planned for Deprecation)
    • Quick Start
    • Initialize
    • Avatar Streaming
      • Start Streaming
      • Stop Streaming
      • Control Streaming Screen
    • Set Chat Screen
    • Text Message
    • Voice Message
    • Echo - Repeat My Message
    • Event Subscription
    • Updates
  • Service Architecture
Powered by GitBook
LogoLogo

Products

  • Pricing

Websites

  • Homepage
  • Youtube
  • Linkedin

Copyright © Klleon. All rights reserved

On this page
  1. JavaScript SDK [v0.x.x] (Planned for Deprecation)
  2. Avatar Streaming

Control Streaming Screen

Call the avatar streaming screen output control method to set whether to output the streaming screen.

The KlleonChat.enableStreaming method controls the output of the avatar streaming screen. When this method is called, the avatar streaming screen may or may not be displayed depending on the provided options. However, even if the screen is not displayed, the session will not be terminated.


Example

<button onclick="KlleonChat.enableStreaming(true)">Show</button>
<button onclick="KlleonChat.enableStreaming(false)">Hide</button>
PreviousStop StreamingNextSet Chat Screen

Last updated 7 months ago