1.14.2 • Published 10 months ago

@blueface_npm/barcelona-test v1.14.2

Weekly downloads
-
License
Proprietary
Repository
-
Last release
10 months ago

Phone system abstraction layer

Core Tech: RXJS, Verto, WebRTC & Freeswitch

Installation

npm install @blueface_npm/barcelona

Must add this assets:

file: ring.mp3 Location: ./assets/audio/ring.mp3 Goal: To have ring sound on incoming calls

file: beep.mp3 Location: ./assets/audio/ring.mp3 Goal: To have ring sound on incoming calls when you are connected to other calls

Usage

  • [RelayClient] allows to manage a list of calls with different functionalities
  • [WebRTCSession] controls the WebRTC connection, discovery, and the media streams
  • [VertoSession] allows to send commands and parse events through web sockets

Testing changes locally

In Barcelona's folder:

$ npm link

And for every change:

$ npm run build

Or alternatively:

$ npm run watch

Which will rebuild on every change (useful during development).

In your app's folder (webphone, palantir):

$ npm link @blueface_npm/barcelona

Angular should automatically pick up any change and rebuild from there.

Documentation

First, run $ npm run docs You can then open the documentation in docs/index.html

Publishing a new version

Barcelona follows the Semver version convention:

  • Major version for are breaking changes
  • Minor version for non-breaking functional changes
  • Patches for non-breaking bugfixes only
  1. Document your changes in CHANGELOG.md and commit them
  2. $ npm version major|minor|patch
  3. $ npm publish
  4. $ git push origin master --tags
1.14.1

10 months ago

1.14.2

10 months ago

1.14.0

12 months ago

1.13.0

1 year ago

1.12.1

1 year ago

1.10.9

1 year ago

1.10.8

2 years ago

1.10.7

2 years ago

1.10.6

2 years ago

1.10.11

1 year ago

1.10.10

1 year ago

1.10.3

2 years ago

1.10.2

2 years ago

1.10.1

2 years ago

1.9.0

2 years ago

1.8.2

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.6.0

2 years ago

1.3.16

2 years ago

1.3.15

2 years ago

1.3.14

2 years ago

1.3.13

2 years ago

1.2.0

2 years ago

1.0.4

2 years ago