DyteConnectedMeetings
This consists of the methods to faciliate connected meetings
meeting.connectedMeetings.getConnectedMeetings()
get connected meeting state
Kind: instance method of DyteConnectedMeetings
meeting.connectedMeetings.createMeetings()
create connected meetings
Kind: instance method of DyteConnectedMeetings
meeting.connectedMeetings.updateMeetings()
update meeting title
Kind: instance method of DyteConnectedMeetings
meeting.connectedMeetings.deleteMeetings()
delete connected meetings
Kind: instance method of DyteConnectedMeetings
meeting.connectedMeetings.moveParticipants(sourceMeetingId, destinationMeetingId, participantIds)
Trigger event to move participants
Kind: instance method of DyteConnectedMeetings
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()
Trigger event to move participants with custom preset
Kind: instance method of DyteConnectedMeetings