Configuration
Customize the hooman.live widget appearance and behavior.
Script Attributes
Configure the widget using data attributes on the script tag.
| Attribute | Required | Default | Description |
|---|---|---|---|
data-key | Yes | - | Your embed key from the project settings. Starts with lck_ |
data-position | No | bottom-right | Widget position on the screen |
Widget Position
Control where the widget appears on the screen using the data-position attribute.
bottom-rightBottom right corner (default)
bottom-leftBottom left corner
top-rightTop right corner
top-leftTop left corner
Example
<script
src="https://your-domain.com/sdk/liveconnect.js"
data-key="lck_YOUR_EMBED_KEY"
data-position="bottom-left"
></script>Required Permissions
For video calls to work, your website must allow camera and microphone access. This is configured via HTTP headers, not script attributes.
| Permission | Required For | Header Value |
|---|---|---|
| Camera | Video calls | camera=(self) |
| Microphone | Video calls, audio | microphone=(self) |
See the Installation Guide for framework-specific instructions on configuring these headers.
Advanced Configuration
🚧
Coming Soon
Advanced configuration options including custom styling, callbacks, and programmatic control are coming soon.