UNPKG

@klever-one/web-sdk

Version:

Web SDK for integrating real-time room management and streaming functionality into web applications

8 lines (7 loc) 327 B
/** * Example components demonstrating best practices with Klever One SDK * * These components show how to use the unified `useKleverOneClient` hook * for simpler and more maintainable code compared to individual hooks. */ export { UnifiedConversation, UnifiedConversationExample, } from './unified-conversation.example';