0.2.0 • Published 10 months ago

react-native-aws-kinesis-webrtc v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

React Native

CircleCI npm version

A port of amazon-kinesis-video-streams-webrtc-sdk-js that works for React Native.

Installation

yarn add react-native-aws-kinesis-webrtc react-native-webrtc
npx pod-install

Usage

See https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js.

The only API difference is how you register callbacks...

// This
signalingClient.on('open', async () => {});

// Becomes
signalingClient.callbacks.open = async () => {};

License

MIT