RealTimeTextCallFeatureState interface
Properties
| is |
whether real time text is on/off |
| real |
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 }