Module livekit.plugins.hedra.avatar

Classes

class AvatarSession (**kwargs: object)
Expand source code
class AvatarSession:
    """Hedra realtime avatar service has been disabled."""

    def __init__(self, **kwargs: object) -> None:
        raise HedraException(
            "The Hedra realtime avatar service has been disabled. This plugin no longer functions. "
            "Please browse our other avatar integrations instead at https://docs.livekit.io/agents/models/avatar/."
        )

Hedra realtime avatar service has been disabled.

class HedraException (*args, **kwargs)
Expand source code
class HedraException(Exception):
    """Exception for Hedra errors"""

Exception for Hedra errors

Ancestors

  • builtins.Exception
  • builtins.BaseException