WebphoneLib icon indicating copy to clipboard operation
WebphoneLib copied to clipboard

Easier web calling by providing a layer of abstraction around SIP.js

Results 45 WebphoneLib issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

### Version 0.2.14 ### File / Feature When you cannot connect to a certain endpoint, the connection recovery mechanism kicks in and it will retry until somehow the endpoint will...

### Version 0.2.10 ### File / Feature All of the files :scream: ### Expected behaviour Should fix all of the errors and warnings in the right way. ### Actual behaviour...

Currently when you connect a 'healthChecker' is started on transport. That one is responsible for sending periodic OPTIONS requests to the sip server to ensure the connection is still alive....

### Version Version 0.2.7 ### Actual behaviour `'TypeError: Cannot read property \'localStream\' of undefined at Wt.setInput (https://webphone.voys.nl/webphone-lib.mjs:15:262599)' ` `'TypeError: Cannot read property \'remoteStream\' of undefined at Wt.setOutput (https://webphone.voys.nl/webphone-lib.mjs:15:262995)'` See logs...

### Version 0.1.10-beta.3 ### File / Feature For the upgrade from SIP.js 0.15.6 > 0.15.7 the EventEmitter related functions on Subscriber are removed. Think of .on('failure', message => retrySubscriptionAfterXTime(message))` or...