inviteUsersToBubble

abstract fun inviteUsersToBubble(room: Room?, contactsList: <ERROR CLASS><IRainbowContact>?, listener: IRoomProxy.IInviteToJoinRoom?)

Invite a list of participants to a bubble.

Parameters

room

@object:Room The bubble where the participants are invited

contactsList

ArrayList<@object:IRainbowContact> The list of participants to invite in the bubble

listener

IInviteToJoinRoom Callback (onSuccess, onMaxUsersReached and onFailure)