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