addParticipantsAndStartConference

abstract suspend fun addParticipantsAndStartConference(currentCall: WebRTCCall, participants: List<IRainbowContact>): RainbowResult<Unit>

Escalate a P2P call to a conference by adding participants

Return

RainbowResult callback (onSuccess, onError)

Parameters

currentCall

WebRTCCall the current P2P call

participants

List the participants to add to the call