@happyrobotai/web-client
v2.16.0
Published
JavaScript/TypeScript client SDK for HappyRobot
Readme
@happyrobotai/web-client
A JavaScript/TypeScript WebRTC client SDK for real-time video, audio, and data communication.
Installation
npm install @happyrobotai/web-clientExample
For a complete working example, see the HappyRobot Web SDK Example.
CDN Usage
<script src="https://cdn.jsdelivr.net/npm/@happyrobotai/web-client/dist/@happyrobotai/web-client.umd.js"></script>
<script>
const { Room } = HappyrobotaiWebClient;
// Use the Room class...
</script>License
Apache-2.0
