TranscriptionCallFeature interface
Feature for call transcription.
- Extends
Properties
is |
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 |
is |
Indicates if transcription is active in current call |
Inherited Properties
name | The feature name. |
Methods
grant |
Provide consent for Teams transcription and recording in the call to start sharing audio, video and screen share while transcription in progress. |
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
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
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