rememberParticipantTranscriptions

fun rememberParticipantTranscriptions(passedParticipant: Participant? = null): List<TranscriptionSegment>

Collect all the transcriptions for a participant.

Return

Returns the collected transcriptions, ordered by TranscriptionSegment.firstReceivedTime.