A React Native package that simplifies the integration of AWS Kinesis Video Streams (KVS) with WebRTC for real-time video and audio communication. This package provides an easy-to-use API for leveraging AWS’s scalable video streaming capabilities and WebR
npm install @alpk-react-native/react-native-kvs-webrtcA React Native package that simplifies the integration of AWS Kinesis Video Streams (KVS) with WebRTC for real-time video and audio communication. This package provides an easy-to-use API for leveraging AWS’s scalable video streaming capabilities and WebRTC’s peer-to-peer communication features within React Native applications. Perfect for building video chat, live streaming, and interactive media applications that require high-quality real-time video feeds and low-latency communication.
``sh`
npm install react-native-kvs-webrtc
`js
import { multiply } from 'react-native-kvs-webrtc';
// ...
const result = await multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library