@womp/black-swan-webrtc
v1.0.6
Published
Black swan webrtc stream client component
Downloads
110
Keywords
Readme
Black Swan WebRTC
A React WebRTC stream client component for private use.
Installation
npm install @womp/black-swan-webrtcUsage
import { WebrtcProvider } from '@womp/black-swan-webrtc';
function App() {
return (
<WebrtcProvider>
{/* Your WebRTC components */}
</WebrtcProvider>
);
}Components
WebrtcProvider: Main provider component for WebRTC functionalityuseWebrtc: Hook for WebRTC operationsuseWebrtcContext: Hook for accessing WebRTC context
Requirements
- React 18.2.0+
- Axios 1.11.0+
License
GPL-3.0
