Share via


RealTimeTextCallFeatureState interface

Properties

isRealTimeTextFeatureActive

whether real time text is on/off

realTimeTexts

array of received captions

Property Details

isRealTimeTextFeatureActive

whether real time text is on/off

isRealTimeTextFeatureActive?: boolean

Property Value

boolean

realTimeTexts

array of received captions

realTimeTexts: { completedMessages?: RealTimeTextInfo[], currentInProgress?: RealTimeTextInfo[], myInProgress?: RealTimeTextInfo }

Property Value

{ completedMessages?: RealTimeTextInfo[], currentInProgress?: RealTimeTextInfo[], myInProgress?: RealTimeTextInfo }