IParticipant interface
Represents a participant in a meeting. Added in version 1.4.0
- Extends
-
TranscriptionParticipant
Properties
| properties | Contains properties of the participant. |
Inherited Properties
| id | The unique identifier for the participant. |
| preferred |
The participant's preferred spoken language. |
| voice | The participant's voice signature |
Property Details
properties
Contains properties of the participant.
properties: PropertyCollection
Property Value
Inherited Property Details
id
The unique identifier for the participant.
id: string
Property Value
string
Inherited From TranscriptionParticipant.id
preferredLanguage
The participant's preferred spoken language.
preferredLanguage: string
Property Value
string
Inherited From TranscriptionParticipant.preferredLanguage
voice
The participant's voice signature
voice: string
Property Value
string
Inherited From TranscriptionParticipant.voice