2.9.2 • Published 10 months ago

@blueface_npm/barcelona v2.9.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
2.9.2

10 months ago

2.9.1

10 months ago

2.9.0

12 months ago

2.8.0

1 year ago

2.7.0

1 year ago

1.2.0

2 years ago

1.10.5

2 years ago

2.4.0

1 year ago

2.0.0

2 years ago

1.1.2

2 years ago

2.3.0

1 year ago

2.1.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.17.0

3 years ago

0.16.1

3 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.14.6

3 years ago

0.14.5

3 years ago

0.14.4

3 years ago

0.14.3

3 years ago

0.14.2

3 years ago

0.14.1

3 years ago

0.14.0

3 years ago

0.13.0

3 years ago

0.12.5

3 years ago

0.12.4

3 years ago

0.12.3

4 years ago

0.12.2

4 years ago

0.12.1

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.1.0-rc.1

4 years ago

0.1.0-rc.0

4 years ago