For the complete documentation index, see llms.txt. This page is also available as Markdown.

getChannel

Gets the current Video Recording channel.

Details

Retrieves the channel used by the recording service.

Syntax

Name: getChannel

Type: () => Promise<any>

Returns: Promise<any>

Description

Returns the active video channel in remote modes (ws / sse).


Example

<facephi-video-provider settings={{ serviceType: 'ws' }} />

const channel = await video.getChannel();

Last updated