-
public final class RememberTranscriptionsKt
-
-
Method Summary
Modifier and Type Method Description final static State<List<TextStreamData>>rememberTranscriptions(Room room, List<Participant.Identity> participantIdentities, List<String> trackSids)Collect all the transcriptions for the room. final static State<List<TextStreamData>>rememberTrackTranscriptions(TrackReference trackReference, Room room)Collect all the transcriptions for a track reference. final static State<List<TextStreamData>>rememberParticipantTranscriptions(Participant passedParticipant, Room room)Collect all the transcriptions for a participant. -
-
Method Detail
-
rememberTranscriptions
@Composable() final static State<List<TextStreamData>> rememberTranscriptions(Room room, List<Participant.Identity> participantIdentities, List<String> trackSids)
Collect all the transcriptions for the room.
-
rememberTrackTranscriptions
@Composable() final static State<List<TextStreamData>> rememberTrackTranscriptions(TrackReference trackReference, Room room)
Collect all the transcriptions for a track reference.
-
rememberParticipantTranscriptions
@Composable() final static State<List<TextStreamData>> rememberParticipantTranscriptions(Participant passedParticipant, Room room)
Collect all the transcriptions for a participant.
-
-
-
-