WherebyEmbed
<WherebyEmbed
// Room URL. (required)
room={"https://subdomain.whereby.com/your_room"}
// Removes some UI elements. Useful for small screens. (optional)
minimal
// Skips the media permission prompt. (optional)
skipMediaPermissionPrompt
// Catch-all for any Whereby event (optional)
onWherebyMessage={(event) => {
console.log(event);
}}
// Specific callbacks for each Whereby event (optional)
onReady={() => {
console.log("ready");
}}
/>Attributes
Event listeners
Property
Parameters
Description
Commands
Last updated
Was this helpful?

