1.14.2 • Published 2 years ago

@blueface_npm/barcelona-test v1.14.2

Weekly downloads
-
License
Proprietary
Repository
-
Last release
2 years 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

2 years ago

1.14.2

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.1

2 years ago

1.10.9

3 years ago

1.10.8

3 years ago

1.10.7

3 years ago

1.10.6

3 years ago

1.10.11

3 years ago

1.10.10

3 years ago

1.10.3

3 years ago

1.10.2

3 years ago

1.10.1

3 years ago

1.9.0

3 years ago

1.8.2

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.6.0

3 years ago

1.3.16

3 years ago

1.3.15

3 years ago

1.3.14

3 years ago

1.3.13

3 years ago

1.2.0

3 years ago

1.0.4

3 years ago