addParticipantsAndStartConference

abstract fun addParticipantsAndStartConference(currentCall: WebRTCCall, participants: <ERROR CLASS><IRainbowContact>, listener: Bubbles.IAddParticipantsAndStartConferenceListener)

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

IAddParticipantsAndStartConferenceListener Callback (onSuccess, onFailure)