inviteGuestsToBubble

abstract suspend fun inviteGuestsToBubble(room: IRainbowRoom, guests: List<String>): RainbowResult<Map<String, String>>

Add guests to a bubble with invitation

The listener returns the map of invalid users

Return

RainbowResult> Callback (onSuccess, onFailure)

Parameters

room

IRainbowRoom room to add a participant

guests

List list of email addresses of guests