connect-call-client
TypeScript icon, indicating that this package has built-in type declarations

2.5.0 • Public • Published

Connect Call Client

Connect Call is a service by Ameelio.

This client provides RoomClient bindings for WebRTC-capable environments, and additionally offers React bindings via the useConnectCall hook.

Getting Started

npm install connect-call-client
import { useConnectCall } from 'connect-call-client';

Integration Testing

Due to issues with npm link and nested node_modules/, it's recommendeded to build a release package and try it locally in a useful host application:

  1. Build a release candidate: npm run build:rc
  2. From the host application: npm install path/to/connect-call-client-a.b.c-d.tgz

Releasing

  1. Review CHANGELOG.md and determine the next semantic version
  2. Run npm version X.Y.Z to update package.json and create a new tag.
  3. Add the new version to CHANGELOG.md and mend the commit created by npm version.
  4. Push the commit. Push tags.
  5. Run npm publish to synchronize with NPM
  6. Reflect on how NPM doesn't have any mechanism to verify your package contents
  7. Marvel at how software works as often as it does

Contributing

Bug reports and pull requests are welcome! This project is intended to be a safe, welcoming space for collaboration.

Readme

Keywords

none

Package Sidebar

Install

npm i connect-call-client

Weekly Downloads

12

Version

2.5.0

License

GPL-3.0

Unpacked Size

134 kB

Total Files

15

Last publish

Collaborators

  • dabbler0
  • cainlevy
  • gabrielsaruhashi
  • jackofsometrades
  • jay-ameelio