Skip to content

An experimental library of React hooks for the AWS Kinesis WebRTC JavaScript SDK.

License

Notifications You must be signed in to change notification settings

pdcarroll/react-kinesis-webrtc

Repository files navigation

React Kinesis WebRTC

An experimental library of React hooks for the amazon-kinesis-video-streams-webrtc-sdk-js library.

Provides a simple, declarative API that can handle peer-to-peer connections within React components.

This library is still experimental and is therefore not yet suitable for production.

Getting Started

Install the library:

$ npm install react-kinesis-webrtc

Import KVS WebRTC hooks into your React project:

import { useMaster, useViewer } from "react-kinesis-webrtc";

Documentation

See the Wiki for API documentation and example usage.

About

An experimental library of React hooks for the AWS Kinesis WebRTC JavaScript SDK.

Resources

License

Stars

Watchers

Forks

Packages

No packages published