| Package | Description |
|---|---|
| com.messagebird.objects.voicecalls |
| Modifier and Type | Field and Description |
|---|---|
SipResponseCode |
VoiceCallLeg.sipResponseCode |
| Modifier and Type | Method and Description |
|---|---|
static SipResponseCode |
SipResponseCode.forValue(Integer value) |
static SipResponseCode |
SipResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipResponseCode[] |
SipResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VoiceCallLeg(String id,
String callID,
String source,
String destination,
VoiceLegStatus status,
VoiceLegDirection direction,
BigDecimal cost,
String currency,
int duration,
Date createdAt,
Date updatedAt,
Date answeredAt,
Date endedAt,
SipResponseCode sipResponseCode) |
Copyright © 2024. All rights reserved.