Skip to main content

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

ParamTypeDescription
sourceMeetingIdstringid of source meeting
destinationMeetingIdstringid of destination meeting
participantIdsArray.<string>list of id of the participants

meeting.connectedMeetings.moveParticipantsWithCustomPreset()

Trigger event to move participants with custom preset

Kind: instance method of DyteConnectedMeetings