rememberParticipantTranscriptions

fun rememberParticipantTranscriptions(passedParticipant: Participant? = null, room: Room? = null): State<List<TextStreamData>>

Collect all the transcriptions for a participant.

Return

Returns the collected transcriptions, ordered by timestamp.