Skip to content

amctechnology/SampleChannelApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SampleChannelApp

This project is a sample of using DaVinci API to integrate a channel into the DaVinci Platform. This project was original generated with Angular CLI version 7.3.0.

This project generates fake calls to a list of phone number and passes the information to the DaVinci api. The important files are app.component.ts and call.component.ts.

To test run the project with ng serve then in Creators Studio create an app with the URL pointing to you local server, http://localhost:4200/ by default, and the position set to 'Center[tabs]'.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Running Sample Channel App locally:

  • Open a terminal window and navigate to the folder containg this project.

  • npm install (install dependencies)

  • ng serve -o (start the project and open it)

  • A browser window should open at localhost:4200

Creating the Applications in Studio

About

New CTI App sample, with comments to guide learning (screenpop + CTD unimplemented)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors