Skip to content

srangaiah/simli-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimliClient

Simli WebRTC frontend client

Installation

npm install simli-client

Methods

  • Initialize(config: SimliClientConfig): Initializes the SimliClient with the provided configuration.
  • start(): Sets up the WebRTC connection and prepares for streaming.
  • sendAudioData(audioData: Uint8Array): Sends audio data to the server.
  • listenToMediastreamTrack(stream: MediaStreamTrack): Sends mediaStream audio data to the server
  • close(): Closes the WebRTC connection and cleans up resources.

Events

  • connected
  • disconnected
  • failed

Docs

Setup guide

About

Simli WebRTC Web Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%