RTKConnectedMeetings
This consists of the methods to faciliate connected meetings
| Param | Type |
|---|---|
| context | Context |
get connected meeting state
Kind: instance method of module.exports
create connected meetings
Kind: instance method of module.exports
| Param | Type |
|---|---|
| request | Array.<{title: string}> |
update meeting title
Kind: instance method of module.exports
| Param | Type |
|---|---|
| request | Array.<{id: string, title: string}> |
delete connected meetings
Kind: instance method of module.exports
| Param | Type |
|---|---|
| meetingIds | Array.<string> |
Trigger event to move participants
Kind: instance method of module.exports
| Param | Type | Description |
|---|---|---|
| sourceMeetingId | string | id of source meeting |
| destinationMeetingId | string | id of destination meeting |
| participantIds | Array.<string> | list of id of the participants |
module.exports.moveParticipantsWithCustomPreset(sourceMeetingId, destinationMeetingId, participants)
Trigger event to move participants with custom preset
Kind: instance method of module.exports
| Param | Type | Description |
|---|---|---|
| sourceMeetingId | string | id of source meeting |
| destinationMeetingId | string | id of destination meeting |
| participants | Array.<{id: string, presetId: string}> |