TextStreamData

data class TextStreamData(val text: String, val participantIdentity: Participant.Identity, val streamInfo: StreamInfo)

A representation of the aggregated data from a text stream.

Constructors

Link copied to clipboard
constructor(text: String, participantIdentity: Participant.Identity, streamInfo: StreamInfo)

Properties

Link copied to clipboard
val participantIdentity: Participant.Identity

The participant

Link copied to clipboard
val streamInfo: StreamInfo

The info for a stream.

Link copied to clipboard

The aggregated text.