Meeting class

Methods

addParticipantAsync(IParticipant, Callback, Callback)

Add Participant to Meeting.

createMeetingAsync(SpeechTranslationConfig, string, Callback, Callback)

Create a meeting

removeParticipantAsync(string | IParticipant | IUser, Callback, Callback)

Remove a participant from a meeting using the user id, Participant or User object

Property Details

authorizationToken

string authorizationToken

Property Value

string

config

SpeechTranslationConfig config

Property Value

meetingId

string meetingId

Property Value

string

meetingInfo

MeetingInfo meetingInfo

Property Value

participants

Participant[] participants

Property Value

properties

PropertyCollection properties

Property Value

speechRecognitionLanguage

string speechRecognitionLanguage

Property Value

string

Method Details

addParticipantAsync(IParticipant, Callback, Callback)

Add Participant to Meeting.

function addParticipantAsync(participant: IParticipant, cb?: Callback, err?: Callback)

Parameters

participant
IParticipant
cb

Callback

err

Callback

createMeetingAsync(SpeechTranslationConfig, string, Callback, Callback)

Create a meeting

static function createMeetingAsync(speechConfig: SpeechTranslationConfig, meetingId: string, arg3?: Callback, arg4?: Callback): Meeting

Parameters

meetingId

string

arg3

Callback

arg4

Callback

Returns

removeParticipantAsync(string | IParticipant | IUser, Callback, Callback)

Remove a participant from a meeting using the user id, Participant or User object

function removeParticipantAsync(userId: string | IParticipant | IUser, cb?: Callback, err?: Callback)

Parameters

userId

string | IParticipant | IUser

A user identifier

cb

Callback

err

Callback