Bahmni / speech-assistant-frontend

Documentation comments not found for functions and classes JS-D1001
Documentation
Minor
2 years ago2 years old
Documentation comment not found for class declaration SocketConnection
 3  StreamingClient,
 4} from '@project-sunbird/open-speech-streaming-client'
 5import {language} from '../constants'
 6class SocketConnection { 7  streamingURL: string
 8  streamingclient: any
 9  onIncomingMessage: (message: string) => void