addParticipantsAndStartConference

abstract fun addParticipantsAndStartConference(currentCall: WebRTCCall, participants: ArrayList<IRainbowContact>, listener: RainbowListener<Unit, AddParticipantsAndStartConferenceError>)

Escalate a P2P call to a conference by adding participants

Parameters

currentCall

WebRTCCall the current P2P call

participants

List the participants to add to the call

listener

RainbowListener callback (onSuccess, onError)