Skip to content

voximplant/web-sdk-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voximplant WebSDK v5 examples

This repository contains a collection of ready-to-use example applications demonstrating the capabilities of the Voximplant Web SDK 5.x.

Available demos

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

Quick start

Each demo is self-contained and can run independently. To get started with any example:

  1. Navigate to the example directory:
cd examples/<demo-name>
  1. Install dependencies:
yarn install
  1. Start the development server:
yarn dev

For detailed setup instructions, backend configuration, and customization options, refer to each example's individual README.

Project structure

websdk5-examples/
├── examples/
│   └── demo-audio-call/    # Audio calling demo application
└── README.md               # This file

Resources

About

Voximplant Web SDK 5.x demos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors