Meeting class
Properties
| authorization |
|
| config | |
| meeting |
|
| meeting |
|
| participants | |
| properties | |
| speech |
Methods
| add |
Add Participant to Meeting. |
| create |
Create a meeting |
| remove |
Remove a participant from a meeting using the user id, Participant or User object |
Property Details
authorizationToken
string authorizationToken
Property Value
string
config
meetingId
string meetingId
Property Value
string
meetingInfo
participants
properties
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
- speechConfig
- SpeechTranslationConfig
- 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