Skip to main content

@wildix/wda-history-client > ConferenceTranscriptionInteractionParticipantRecord

ConferenceTranscriptionInteractionParticipantRecord interface

Signature:

export interface ConferenceTranscriptionInteractionParticipantRecord 

Properties

Property

Modifiers

Type

Description

interruptions?

(ConferenceTranscriptionInterruption)[] | undefined

(Optional) List of interruptions where this participant interrupted or was interrupted during the conversation.

jid

string

Unique identifier (JID) of the participant.

talkRatio?

number | undefined

(Optional) Percentage of the call duration during which the participant was speaking.

wordsPerMinute?

number | undefined

(Optional) Average words per minute spoken by the participant during the call.