Hiyve Components - v1.0.0
    Preparing search index...

    Function isSystemWaitingUser

    • Check whether a user id (or external user id) identifies a system user — a service bot such as a recorder, streamer, or transcriber (prefix match, case-insensitive), or a paired secondary-camera join (a "ghost camera": a device an already-present participant paired as an extra video feed, identified by the ghost-camera naming convention).

      Parameters

      • userId: string

        The id to test.

      • prefixes: readonly string[] = DEFAULT_SYSTEM_USER_PREFIXES

        Prefix list to match against; defaults to DEFAULT_SYSTEM_USER_PREFIXES. Ghost-camera detection is independent of this list.

      Returns boolean