add Participants To Bubble
Add a list of participants to a bubble with invitations and as users.
Parameters
@object:Room The bubble where the participants are added
ArrayList<@object:IRainbowContact> The list of participants to add in the bubble
IAddParticipantsListener Callback (onAddParticipantsSuccess, onMaxParticipantsReached and onAddParticipantFailed)
Add a list of participants to a bubble.
Parameters
@object:Room The bubble where the participants are added
ArrayList<@object:IRainbowContact> The list of participants to add in the bubble
boolean Set to true to invite all contacts as moderators (false by default)
boolean Set to true to send invitations or false to add directly in the bubble (true by default)
IAddParticipantsListener Callback (onAddParticipantsSuccess, onMaxParticipantsReached and onAddParticipantFailed)