2.5.0 • Published 1 month ago

connect-call-client v2.5.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
1 month ago

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.

2.5.0

1 month ago

2.4.0

10 months ago

2.3.0

11 months ago

2.2.0

11 months ago

2.3.2

11 months ago

2.3.1

11 months ago

2.1.0

12 months ago

2.0.0

12 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.9.4

1 year ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.9.1

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.5.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago