getChannel
Gets the current Video Recording channel.
Last updated
Gets the current Video Recording channel.
Retrieves the channel used by the recording service.
Name: getChannel
Type: () => Promise<any>
Returns: Promise<any>
Returns the active video channel in remote modes (ws / sse).
<facephi-video-provider settings={{ serviceType: 'ws' }} />
const channel = await video.getChannel();Last updated