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
Parameters
room
IRainbowRoom room to add a participant
guests
List