Package-level declarations
Functions
Link copied to clipboard
fun rememberParticipantTranscriptions(passedParticipant: Participant? = null, room: Room? = null): State<List<TextStreamData>>
Collect all the transcriptions for a participant.
Link copied to clipboard
fun rememberTrackTranscriptions(trackReference: TrackReference, room: Room? = null): State<List<TextStreamData>>
Collect all the transcriptions for a track reference.
Link copied to clipboard
fun rememberTranscriptions(room: Room? = null, participantIdentities: List<Participant.Identity>? = null, trackSids: List<String>? = null): State<List<TextStreamData>>
Collect all the transcriptions for the room.