ParticipantResult
Represents the result for the addParticipant() function.
new ParticipantResult(initialCallHasEnded, callInfo, phoneNumber, callId)
| Field | Type | Description |
|---|---|---|
| initialCallHasEnded | boolean | The parent call value for callAttributes.initialCallHasEnded. |
| callInfo | CallInfo | Call info for the transfer call using key value pairs in a JSON object. |
| phoneNumber | string | Phone number of the new participant. |
| callId | string | Optional. New transfer call ID. |