addParticipantsAndStartConference
abstract suspend fun addParticipantsAndStartConference(currentCall: WebRTCCall, participants: List<IRainbowContact>): RainbowResult<Unit>
Escalate a P2P call to a conference by adding participants
Return
RainbowResult
Parameters
currentCall
WebRTCCall the current P2P call
participants
List