TranscriptionCallFeature interface

Feature for call transcription.

Extends

Properties

isTeamsConsentRequired

Indicates if consent for transcription is enabled in the Teams meeting or group call once consent is provided for either transcription or recording this is turned false

isTranscriptionActive

Indicates if transcription is active in current call

Inherited Properties

name

The feature name.

Methods

grantTeamsConsent()

Provide consent for Teams transcription and recording in the call to start sharing audio, video and screen share while transcription in progress.

off("isTranscriptionActiveChanged", PropertyChangedEvent)

Unsubscribe function for any of the TranscriptionPropertyChangedEventType events

on("isTranscriptionActiveChanged", PropertyChangedEvent)

Subscribe function for any of the TranscriptionPropertyChangedEventType events

Inherited Methods

dispose()

Property Details

isTeamsConsentRequired

Indicates if consent for transcription is enabled in the Teams meeting or group call once consent is provided for either transcription or recording this is turned false

isTeamsConsentRequired: boolean

Property Value

boolean

isTranscriptionActive

Indicates if transcription is active in current call

isTranscriptionActive: boolean

Property Value

boolean

Inherited Property Details

name

The feature name.

name: string

Property Value

string

Inherited From CallFeature.name

Method Details

grantTeamsConsent()

Provide consent for Teams transcription and recording in the call to start sharing audio, video and screen share while transcription in progress.

function grantTeamsConsent(): Promise<void>

Returns

Promise<void>

off("isTranscriptionActiveChanged", PropertyChangedEvent)

Unsubscribe function for any of the TranscriptionPropertyChangedEventType events

function off(event: "isTranscriptionActiveChanged", listener: PropertyChangedEvent)

Parameters

event

"isTranscriptionActiveChanged"

event name

listener
PropertyChangedEvent

callback fn that was used to subscribe to this event

on("isTranscriptionActiveChanged", PropertyChangedEvent)

Subscribe function for any of the TranscriptionPropertyChangedEventType events

function on(event: "isTranscriptionActiveChanged", listener: PropertyChangedEvent)

Parameters

event

"isTranscriptionActiveChanged"

event name

listener
PropertyChangedEvent

callback fn that was used to subscribe to this event

Inherited Method Details

dispose()

function dispose()

Inherited From CallFeature.dispose