Skip to main content

RTKConnectedMeetings

This consists of the methods to faciliate connected meetings

meeting.connectedMeetings.getConnectedMeetings()​

get connected meeting state

Kind: instance method of RTKConnectedMeetings

meeting.connectedMeetings.createMeetings()​

create connected meetings

Kind: instance method of RTKConnectedMeetings

meeting.connectedMeetings.updateMeetings()​

update meeting title

Kind: instance method of RTKConnectedMeetings

meeting.connectedMeetings.deleteMeetings()​

delete connected meetings

Kind: instance method of RTKConnectedMeetings

meeting.connectedMeetings.moveParticipants(sourceMeetingId, destinationMeetingId, participantIds)​

Trigger event to move participants

Kind: instance method of RTKConnectedMeetings

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 RTKConnectedMeetings