connect-call-client v2.5.0
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-clientimport { 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:
- Build a release candidate:
npm run build:rc - From the host application:
npm install path/to/connect-call-client-a.b.c-d.tgz
Releasing
- Review
CHANGELOG.mdand determine the next semantic version - Run
npm version X.Y.Zto updatepackage.jsonand create a new tag. - Add the new version to
CHANGELOG.mdand mend the commit created bynpm version. - Push the commit. Push tags.
- Run
npm publishto synchronize with NPM - Reflect on how NPM doesn't have any mechanism to verify your package contents
- 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 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago