RealTimeTextInfo interface
Properties
| is |
If message originated from the local participant default is false |
| message | The real time text message. |
| received |
The timestamp when the real time text message was created. |
| result |
The result type of the real time text message. |
| sender | The sender of the real time text. |
| sequence |
The sequence id of the real time text. |
| updated |
The timestamp when the real time text message was last updated. |
Property Details
isMe
If message originated from the local participant default is false
isMe?: boolean
Property Value
boolean
message
The real time text message.
message: string
Property Value
string
receivedTimestamp
The timestamp when the real time text message was created.
receivedTimestamp?: Date
Property Value
Date
resultType
The result type of the real time text message.
resultType: RealTimeTextResultType
Property Value
sender
sequenceId
The sequence id of the real time text.
sequenceId: number
Property Value
number
updatedTimestamp
The timestamp when the real time text message was last updated.
updatedTimestamp?: Date
Property Value
Date