Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
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. |
Newer Version Available