This repository contains a collection of ready-to-use example applications demonstrating the capabilities of the Voximplant Web SDK 5.x.
A fully-featured audio calling application built with Vue.js 3 and Voximplant Web SDK 5.x.
Key features:
- Audio calls to Voximplant users, SIP addresses, and phone numbers
- User authentication with Voximplant credentials
- Audio device selection and management
- Call controls (mute, hold, hangup)
- DTMF sending support
- Incoming call management
- Call duration tracking
Tech stack: Vue.js 3, TypeScript, Vite, Vue Router, SpaceUI
Each demo is self-contained and can run independently. To get started with any example:
- Navigate to the example directory:
cd examples/<demo-name>- Install dependencies:
yarn install- Start the development server:
yarn devFor detailed setup instructions, backend configuration, and customization options, refer to each example's individual README.
websdk5-examples/
├── examples/
│ └── demo-audio-call/ # Audio calling demo application
└── README.md # This file