Package | Description |
---|---|
com.avaya.collaboration.call.media |
Provides classes and interfaces for bringing media to call.
|
Modifier and Type | Field and Description |
---|---|
static SendDigitsOperationCause |
SendDigitsOperationCause.COMPLETE
send digits operation completed because all digit generation has completed.
|
static SendDigitsOperationCause |
SendDigitsOperationCause.FAILED
send digits operation failed before it could complete.
|
Modifier and Type | Method and Description |
---|---|
static SendDigitsOperationCause |
SendDigitsOperationCause.valueOf(String name) |
static SendDigitsOperationCause[] |
SendDigitsOperationCause.values() |
Modifier and Type | Method and Description |
---|---|
void |
MediaListenerAbstract.sendDigitsCompleted(UUID requestId,
SendDigitsOperationCause cause) |
void |
MediaListener.sendDigitsCompleted(UUID requestId,
SendDigitsOperationCause cause)
This is invoked when a send digits request gets completed.
|
Copyright © 2023 Avaya. All rights reserved.