Documentation

Configuration

Customize the hooman.live widget appearance and behavior.

Script Attributes

Configure the widget using data attributes on the script tag.

AttributeRequiredDefaultDescription
data-keyYes-Your embed key from the project settings. Starts with lck_
data-positionNobottom-rightWidget position on the screen

Widget Position

Control where the widget appears on the screen using the data-position attribute.

bottom-right

Bottom right corner (default)

bottom-left

Bottom left corner

top-right

Top right corner

top-left

Top 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.

PermissionRequired ForHeader Value
CameraVideo callscamera=(self)
MicrophoneVideo calls, audiomicrophone=(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.