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, parentCall, isBlindTransfer) → Promise.<ParticipantResult>

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

FieldTypeDescription
contactContactThe contact to add.
parentCallPhoneCallThe existing parent call.
isBlindTransferbooleanIndicates whether this participant is a blind transfer.