Transcription Received
class TranscriptionReceived(val room: Room, val transcriptionSegments: List<TranscriptionSegment>, val participant: Participant?, val publication: TrackPublication?) : RoomEvent
Constructors
Link copied to clipboard
constructor(room: Room, transcriptionSegments: List<TranscriptionSegment>, participant: Participant?, publication: TrackPublication?)