Participant class

Represents a participant in a meeting. Added in version 1.4.0

Properties

id

The unique identifier for the participant.

preferredLanguage

The participant's preferred spoken language.

properties

Contains properties of the participant.

voice

The participant's voice signature

Constructor Details

Participant(string, string, string)

new Participant(id: string, preferredLanguage: string, voice?: string)

Parameters

id

string

preferredLanguage

string

voice

string

Property Details

id

The unique identifier for the participant.

string id

Property Value

string

preferredLanguage

The participant's preferred spoken language.

string preferredLanguage

Property Value

string

properties

Contains properties of the participant.

PropertyCollection properties

Property Value

voice

The participant's voice signature

string voice

Property Value

string

Method Details

From(string, string, string)

static function From(id: string, language: string, voice: string): IParticipant

Parameters

id

string

language

string

voice

string

Returns