react-native-aws-kinesis-webrtc
v0.2.0
Published
Port of amazon-kinesis-video-streams-webrtc-sdk-js for React Native
Downloads
917
Maintainers
Readme
React Native
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