addParticipant

Add a participant to a call.

As with outbound calls, you must create a voice call when adding a new participant. To learn more, see Create Voice Call API.

addParticipant(contact, call) → Promise.<ParticipantResult>

Returns: ParticipantResult — Represents the result for the addParticipant() function.

FieldTypeDescription
contactContactThe contact to add.
callPhoneCallThe call to be accepted.
isBlindTransferbooleanIndicates whether this participant is a blind transfer.