inviteGuestsToBubble

abstract fun inviteGuestsToBubble(room: IRainbowRoom, guests: List<String>, listener: RainbowListener<Map<String, String>, RoomRepository.InviteUsersRoomError>? = null)

Add guests to a bubble with invitation

The listener returns the map of invalid users

Parameters

room

IRainbowRoom room to add a participant

guests

List list of email addresses of guests

listener

RainbowListener, InviteUsersRoomError> callback (onSuccess, onError)