vmonster-streaming-js
v2.6.0
Published
## Installation
Readme
A Javascript client sdk for VMONSTER Real-Time Streaming
Installation
npm install vmonster-streaming-jsor
yarn add vmonster-streaming-jsMore Information
For more details and usage instructions, please visit our official documentation.
Changelog
[2.4.0] - 2025-09-03
- Added STT (Speech-to-Text) streaming configuration in SessionConfig with 'isStream' option
[2.3.1] - 2025-07-10
- Fix livekit version error
[2.3.0] - 2025-07-01
- Added session configuration support
- Added STT (Speech-to-Text) configuration options
- STT now using VAD: add "start_of_speech", "end_of_speech" to STTDataEvent;
[2.2.0]
- Support Streaming STT (automatically started when user audio is unmuted)
- Added methods: unmuteUserAudio(), muteUserAudio(), unpublishUserAudio()
- Added events: "stt-data", "stt-error"
- Added options for join() - "unmuteUserAudioOnJoined"
[2.1.0] - 2025-05-19
- Added events: "aiavatar-video-track", "aiavatar-audio-track"
[2.0.0] - 2025-04-22
- Renamed from "Agent" to "AIAvatar" (methods, events)
- speak() - Added streaming input support
[1.1.2]
- internal logic improvement
[1.0.0]
Initial Stable Release
- LivekitRoom class implementation
- LiveKit-based real-time communication functionality
- AI avatar video/audio processing
- Message streaming support
- STT (Speech-to-Text) functionality support
