ParticipantResult

Represents the result for the addParticipant() function.

new ParticipantResult(initialCallHasEnded, callInfo, phoneNumber, callId)

FieldTypeDescription
initialCallHasEndedbooleanThe parent call value for callAttributes.initialCallHasEnded.
callInfoCallInfoCall info for the transfer call using key value pairs in a JSON object.
phoneNumberstringPhone number of the new participant.
callIdstringOptional. New transfer call ID.