rememberTranscriptions

fun rememberTranscriptions(passedRoom: Room? = null): List<TranscriptionSegment>

Collect all the transcriptions for the room.

Return

Returns the collected transcriptions, ordered by TranscriptionSegment.firstReceivedTime.