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.
| Field | Type | Description |
|---|---|---|
| contact | Contact | The contact to add. |
| parentCall | PhoneCall | The existing parent call. |
| isBlindTransfer | boolean | Indicates whether this participant is a blind transfer. |