RealTimeTextInfo interface

Properties

isMe

If message originated from the local participant default is false

message

The real time text message.

receivedTimestamp

The timestamp when the real time text message was created.

resultType

The result type of the real time text message.

sender

The sender of the real time text.

sequenceId

The sequence id of the real time text.

updatedTimestamp

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

@azure/communication-calling.RealTimeTextResultType

sender

The sender of the real time text.

sender: ParticipantInfo

Property Value

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