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