UNPKG

@klever-one/web-sdk

Version:

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

13 lines (12 loc) 814 B
export { StreamingConnectionService } from './streaming-connection.service'; export { StreamingMediaService } from './streaming-media.service'; export { StreamingUIService } from './streaming-ui.service'; export { StreamingOrchestratorService } from './streaming-orchestrator.service'; export { AudioManager } from './audio-manager.service'; export { RoomManager } from './room-manager.service'; export { WavManager } from './wav-manager.service'; export { ConnectionEventBus } from './connection-event-bus.service'; export { RecorderService } from './recorder.service'; export { ConnectionEventType, type ConnectionEventData, type EventCallback, } from '../types/events.types'; export { ConversationManager } from './conversation.service'; export { ConversationStateService } from './conversation-state.service';