Skip to content

freeswitch/verto-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verto Client

The community version of the verto client example code.

FreeSWITCH and mod_verto is needed to run this demo.

This needs to be fleshed out more.

It would be nice to develop a web app here that implements a web phone. Do not base it on the demo because it was just tossed together.

To run jshint:

cd js
npm install
grunt

Docs

https://evoluxbr.github.io/verto-docs/

Directories

  • demo: audio only WebRTC demo
  • video_demo: demo with video support
  • video_demo-live_canvas: video demo with live canvas feature
  • verto_communicator: nearly full featured video conference demo

Others