on Agent Transcription Received
Triggered when a transcription is received from a participant or agent.
This callback is triggered on each live.videosdk.rtc.android.agent.AgentParticipant when any participant's speech is transcribed. The participant parameter identifies who spoke (local participant, remote participant, or null if unknown).
Parameters
transcription
the TranscriptionSegment containing the text and timestamp
participant
the Participant who spoke, or null if unknown