addRainbowParticipants

abstract suspend fun addRainbowParticipants(room: IRainbowRoom, contacts: ArrayList<IRainbowContact>): RainbowResult<Unit>

Call some rainbow contacts to add it to an ongoing conference

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

IRainbowRoom (bubble) associated to the conference

contacts

List of IRainbowContact the contacts to add