Using Whereby's Web Component & Pre-built UI
Web Component Reference
Installation
npm install @whereby.com/browser-sdkimport "@whereby.com/browser-sdk/embed"<whereby-embed room="https://subdomain.whereby.com/your_room?roomKey=3fe345a"></whereby-embed>const MyComponent = ({ roomUrl }) => {
return <whereby-embed room={roomUrl} />
}
export default MyComponentListening to events
leave
participantupdate
Sending commands
Last updated
Was this helpful?

