rememberTranscriptions

fun rememberTranscriptions(room: Room? = null, participantIdentities: List<Participant.Identity>? = null, trackSids: List<String>? = null): State<List<TextStreamData>>

Collect all the transcriptions for the room.

Return

Returns the collected transcriptions, ordered by timestamp.