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

Stop Streaming

Stop streaming by calling the method to end avatar streaming. The session will be terminated, and you will need to reconnect to start streaming again.

You can use the KlleonChat.close method. When this method is called, avatar streaming and the session will be terminated.


Example

<button onclick="KlleonChat.close()">Close</button>
PreviousStart StreamingNextControl Streaming Screen

Last updated 10 months ago