inviteUsersToBubble
abstract suspend fun inviteUsersToBubble( room: IRainbowRoom, contactsList: List<IRainbowContact>, privilege: RoomParticipantPrivilege = RoomParticipantPrivilege.USER): RainbowResult<Map<String, String>>
Invite a list of participants to a bubble.
Return
RainbowResult
Parameters
room
IRainbowRoom The bubble where the participants are invited
contactsList
List<IRainbowContact> The list of participants to invite in the bubble
privilege
RoomParticipantPrivilege