| Interface | Description |
|---|---|
| Endpoint |
| Class | Description |
|---|---|
| Call |
Call encapsulates the information required to create a call using
VoiceClient.createCall(Call) |
| CallEvent | |
| CallInfo |
CallInfo holds the information related to a call.
|
| CallInfoPage | |
| CallModifier | |
| CallsFilter | |
| DtmfPayload |
The JSON payload that will be sent in a
DtmfRequest. |
| DtmfRequest |
The request object to send DTMF tones.
|
| DtmfResponse |
Response if DTMF tones were successfully sent to an active
Call. |
| EmbeddedCalls | |
| ModifyCallPayload | |
| ModifyCallResponse |
Response if a
Call was successfully modified. |
| PageLink | |
| PageLinks | |
| PhoneEndpoint | |
| Recording | |
| SipEndpoint | |
| StreamPayload |
The JSON payload that will be sent in a
StreamRequest. |
| StreamRequest |
The request object to stream an audio file.
|
| StreamResponse |
Response from successfully streaming an audio file or stopping a stream to an active
Call. |
| TalkPayload |
The JSON payload that will be sent in a
TalkRequest. |
| TalkRequest |
The request object to send synthesized audio.
|
| TalkResponse |
Response from successfully sending a synthesized speech message or stopping a message to an active
Call. |
| TransferCallPayload |
Extension of ModifyCallPayload which adds an NCCO destination to the serialized form.
|
| TransferDestination | |
| VoiceClient |
A client for talking to the Nexmo Voice API.
|
| WebSocketEndpoint |
| Enum | Description |
|---|---|
| CallDirection | |
| CallStatus | |
| MachineDetection | |
| ModifyCallAction | |
| VoiceName |
Voice used to deliver text to a
Call in a TalkRequest. |