Package-level declarations

Functions

Link copied to clipboard
fun rememberParticipantTranscriptions(passedParticipant: Participant? = null): List<TranscriptionSegment>

Collect all the transcriptions for a participant.

Link copied to clipboard
fun rememberTrackTranscriptions(trackReference: TrackReference): List<TranscriptionSegment>

Collect all the transcriptions for a track reference.

Link copied to clipboard
fun rememberTranscriptions(passedRoom: Room? = null): List<TranscriptionSegment>

Collect all the transcriptions for the room.