videosphere
    Preparing search index...
    • Ensures the authenticated user has a translation channel document. Creates one with a unique slug when missing (no stream key until Generate). Call only when the owner is configuring AI credentials — not on page load.

      Parameters

      • userId: string

        Authenticated user id.

      • OptionalslugSeed: string

        Optional seed for initial slug suggestion.

      Returns Promise<{ view: LiveTranslationChannelOwnerView; created: boolean }>

      Owner view for the channel.