@aculab-com/aculab-webrtc
Advanced tools
Comparing version 3.3.3 to 4.0.0-beta
@@ -170,4 +170,12 @@ _aculab-webrtc javascript interface_ | ||
Gets the callId used for the call. For outgoing calls this may return `undefined` until the onConnecting() callback is being called. For incoming calls it is always available. This value is exchanged with the remote party and will be the same at each end of the call. | ||
Gets the callId used for the call. For outgoing calls this may return `undefined` until the onConnecting() callback is being called. For incoming calls it is always available. | ||
### string theCallId() | ||
Object property. Gets the callId used for the call. For outgoing calls this may return `undefined` until the onConnecting() callback is being called. For incoming calls it is always available. | ||
### string callUuid() | ||
Object property. Gets the callUuid used for the call. | ||
### void mute(mic, outputAudio, camera, outputVideo) | ||
@@ -209,3 +217,3 @@ | ||
| `call` | The call object that is reporting the event. | | ||
| `cause` | One of the following strings:<dl><dt>'MIC_ERROR'</dt><dd>no microphone is available to the AculabCloudClient, usually because the user refused access or there is no microphone.</dd><dt>'BUSY'</dt><dd>the service called hangup() with the busy cause or the service could not be started (due to limited UAS capacity, for example)</dd><dt>'UNOBTAINABLE'</dt><dd>the specified incoming service name does not exist</dd><dt>'MOVED'</dt><dd>the service attempted to redirect the call</dd><dt>'REJECTED'</dt><dd>the call was rejected either by the incoming service or an intermediary</dd><dt>'NOANSWER'</dt><dd>the call did not connect</dd><dt>'FAILED'</dt><dd>the call was unsuccessful for some other reason</dd><dt>'ERROR'</dt><dd>an internal error occurred.</dd><dt>'NORMAL'</dt><dd>the call has disconnected in the normal way after having connected</dd></dl> | | ||
| `cause` | One of the following strings:<dl><dt>'DEVICE_ERROR'</dt><dd>A microphone or camera has been requested but cannot be detected by the AculabCloudClient, usually because the user refused access or there is no microphone or camera.</dd><dt>'BUSY'</dt><dd>the service called hangup() with the busy cause or the service could not be started (due to limited UAS capacity, for example)</dd><dt>'UNOBTAINABLE'</dt><dd>the specified incoming service name does not exist</dd><dt>'MOVED'</dt><dd>the service attempted to redirect the call</dd><dt>'REJECTED'</dt><dd>the call was rejected either by the incoming service or an intermediary</dd><dt>'NOANSWER'</dt><dd>the call did not connect</dd><dt>'FAILED'</dt><dd>the call was unsuccessful for some other reason</dd><dt>'ERROR'</dt><dd>an internal error occurred.</dd><dt>'NORMAL'</dt><dd>the call has disconnected in the normal way after having connected</dd></dl> | | ||
@@ -212,0 +220,0 @@ ### onMedia |
{ | ||
"name": "@aculab-com/aculab-webrtc", | ||
"version": "3.3.3", | ||
"main": "src/index.js", | ||
"type": "module", | ||
"version": "4.0.0-beta", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"module": "lib/index.js", | ||
"dependencies": { | ||
"sip.js": "^0.21.2", | ||
"source-map-loader": "^4.0.1", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.20.0", | ||
"eslint-plugin-react": "^7.22.0", | ||
"@types/node": "^20.6.2", | ||
"@types/uuid": "^9.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"marked": "^4.0.12", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.1.6", | ||
"webpack": "^5.70.0", | ||
"webpack-cli": "^4.9.2" | ||
}, | ||
"repository": "https://github.com/aculab-com/aculab-webrtc", | ||
"bugs": { | ||
"url": "https://github.com/aculab-com/aculab-webrtc/issues" | ||
}, | ||
"homepage": "https://github.com/aculab-com/aculab-webrtc#how-to-write-aculab-webrtc-apps", | ||
"publishConfig": { | ||
@@ -31,3 +45,4 @@ "registry": "https://registry.npmjs.org/", | ||
"build-web-tgz": "tar -czf dist/webrtc-client-web-package-$npm_package_version.tgz --group 0 --owner 0 --numeric-owner --transform=s,^,$npm_package_version/, dist/AculabCloudCaller.js demos/* test/* interface.html", | ||
"build": "npm run build-package && npm run build-bundles && npm rum copy-dist-files && npm run build-interface-html && npm run build-web-tgz" | ||
"build": "npm run ts-build && npm run build-package && npm run build-bundles && npm rum copy-dist-files && npm run build-interface-html && npm run build-web-tgz", | ||
"ts-build": "tsc" | ||
}, | ||
@@ -37,6 +52,22 @@ "files": [ | ||
"/demos", | ||
"/lib", | ||
"/src", | ||
"/test", | ||
"interface.md" | ||
] | ||
], | ||
"keywords": [ | ||
"sip", | ||
"webrtc", | ||
"aculab" | ||
], | ||
"prettier": { | ||
"quoteProps": "consistent", | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"trailingComma": "all", | ||
"useTabs": false, | ||
"arrowParens": "avoid", | ||
"bracketSameLine": true, | ||
"bracketSpacing": false | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
780059
62
8395
1
3
12
5
No
+ Addedsource-map-loader@^4.0.1
+ Added@jridgewell/gen-mapping@0.3.5(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/set-array@1.2.1(transitive)
+ Added@jridgewell/source-map@0.3.6(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.25(transitive)
+ Added@types/eslint@9.6.1(transitive)
+ Added@types/eslint-scope@3.7.7(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Added@types/node@22.9.1(transitive)
+ Added@webassemblyjs/ast@1.14.1(transitive)
+ Added@webassemblyjs/floating-point-hex-parser@1.13.2(transitive)
+ Added@webassemblyjs/helper-api-error@1.13.2(transitive)
+ Added@webassemblyjs/helper-buffer@1.14.1(transitive)
+ Added@webassemblyjs/helper-numbers@1.13.2(transitive)
+ Added@webassemblyjs/helper-wasm-bytecode@1.13.2(transitive)
+ Added@webassemblyjs/helper-wasm-section@1.14.1(transitive)
+ Added@webassemblyjs/ieee754@1.13.2(transitive)
+ Added@webassemblyjs/leb128@1.13.2(transitive)
+ Added@webassemblyjs/utf8@1.13.2(transitive)
+ Added@webassemblyjs/wasm-edit@1.14.1(transitive)
+ Added@webassemblyjs/wasm-gen@1.14.1(transitive)
+ Added@webassemblyjs/wasm-opt@1.14.1(transitive)
+ Added@webassemblyjs/wasm-parser@1.14.1(transitive)
+ Added@webassemblyjs/wast-printer@1.14.1(transitive)
+ Added@xtuc/ieee754@1.2.0(transitive)
+ Added@xtuc/long@4.2.2(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedajv@6.12.6(transitive)
+ Addedajv-keywords@3.5.2(transitive)
+ Addedbrowserslist@4.24.2(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedcaniuse-lite@1.0.30001683(transitive)
+ Addedchrome-trace-event@1.0.4(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedelectron-to-chromium@1.5.64(transitive)
+ Addedenhanced-resolve@5.17.1(transitive)
+ Addedes-module-lexer@1.5.4(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedeslint-scope@5.1.1(transitive)
+ Addedesrecurse@4.3.0(transitive)
+ Addedestraverse@4.3.05.3.0(transitive)
+ Addedevents@3.3.0(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedglob-to-regexp@0.4.1(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedjest-worker@27.5.1(transitive)
+ Addedjson-parse-even-better-errors@2.3.1(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedloader-runner@4.3.0(transitive)
+ Addedmerge-stream@2.0.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedneo-async@2.6.2(transitive)
+ Addednode-releases@2.0.18(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedrandombytes@2.1.0(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedschema-utils@3.3.0(transitive)
+ Addedserialize-javascript@6.0.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedsource-map-loader@4.0.2(transitive)
+ Addedsource-map-support@0.5.21(transitive)
+ Addedsupports-color@8.1.1(transitive)
+ Addedtapable@2.2.1(transitive)
+ Addedterser@5.36.0(transitive)
+ Addedterser-webpack-plugin@5.3.10(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addedupdate-browserslist-db@1.1.1(transitive)
+ Addeduri-js@4.4.1(transitive)
+ Addedwatchpack@2.4.2(transitive)
+ Addedwebpack@5.96.1(transitive)
+ Addedwebpack-sources@3.2.3(transitive)