TranscriptionCallFeature interface
Feature for call transcription.
- Extends
Properties
is |
Indicates if transcription is active in current call |
Inherited Properties
name | The feature name. |
Methods
off("is |
Unsubscribe function for any of the TranscriptionPropertyChangedEventType events |
on("is |
Subscribe function for any of the TranscriptionPropertyChangedEventType events |
Inherited Methods
dispose() |
Property Details
isTranscriptionActive
Indicates if transcription is active in current call
isTranscriptionActive: boolean
Property Value
boolean
Inherited Property Details
name
Method Details
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