Commands
Installation
- npm
- Yarn
- pnpm
- Bun
npm install @wildix/wda-stream-client
yarn add @wildix/wda-stream-client
pnpm add @wildix/wda-stream-client
bun add @wildix/wda-stream-client
Commands
Consumes and processes stream events for calls, conferences, chats, SMS, WhatsApp, and presence updates.
Describes event structures and schemas for various stream event types.
Retrieves ID for ongoing conference using a room token.
Retrieves ongoing conversations. Once the conversation ends the item would be dissapeared from the list.
Retrieves the presence of a single user using specified query. If no presence information found for the query a PresenceNotAvailableException will be thrown.
Retrieves users presences
Updates the user's last seen presence information.