@stream-io/openai-realtime-api
v0.4.2
Published
Wrapper for OpenAI Realtime API client
Downloads
3,133
Maintainers
Keywords
Readme
GA-native client for OpenAI Realtime API over Stream's /video/connect_agent
WebSocket proxy.
As of v0.5.0 this package no longer depends on @openai/realtime-api-beta.
It speaks the GA Realtime protocol directly and implements the client API used
by Stream Node SDK and the AI voice demos.
Installation
npm install @stream-io/openai-realtime-api
yarn add @stream-io/openai-realtime-apiAPI
This package is not meant to be used directly. Install it alongside Stream Node
SDK and use streamClient.video.connectOpenAi().
Build and Release (for Stream developers)
yarn run buildPublishing is manual for now:
- Update the version in package.json
- Build with
yarn run build - Publish:
npm publish --access public
