Text Stream Data
data class TextStreamData(val text: String, val participantIdentity: Participant.Identity, val streamInfo: StreamInfo)
A representation of the aggregated data from a text stream.
A representation of the aggregated data from a text stream.