@speechmatics/real-time-client-react
Version:
React hooks for interacting with the Speechmatics Real-Time API
8 lines (7 loc) • 420 B
JavaScript
;
export { useRealtimeTranscription } from './use-real-time-transcription.js';
export { useClientEventListener, useRealtimeEventListener } from './use-real-time-event-listener.js';
export { RealtimeContext } from './real-time-context.js';
export { RealtimeTranscriptionProvider } from './real-time-transcription-provider.js';
export * from '@speechmatics/real-time-client';
//# sourceMappingURL=index.js.map