TranscriptionReceived

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?)

Properties

Link copied to clipboard

The applicable participant these transcriptions apply to.

Link copied to clipboard

The applicable track publication these transcriptions apply to.

Link copied to clipboard
val room: Room
Link copied to clipboard

The transcription segments.