| Package | Description |
|---|---|
| com.avaya.collaboration.call.media |
Provides classes and interfaces for bringing media to call.
|
| Modifier and Type | Field and Description |
|---|---|
static PlayOperationCause |
PlayOperationCause.COMPLETE
Play completed because all media generation has completed.
|
static PlayOperationCause |
PlayOperationCause.FAILED
Play operation failed before it could complete.
|
static PlayOperationCause |
PlayOperationCause.INTERRUPTED
Play completed because the media was interrupted by a digit press.
|
static PlayOperationCause |
PlayOperationCause.STOPPED
The play operation stopped either because the specified maximum duration has been reached or the client service invoked stop (see
MediaService.stop(Participant participant, UUID id) and MediaService.stop(Call call, UUID id)). |
| Modifier and Type | Method and Description |
|---|---|
static PlayOperationCause |
PlayOperationCause.valueOf(String name) |
static PlayOperationCause[] |
PlayOperationCause.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaListenerAbstract.playCompleted(UUID requestId,
PlayOperationCause cause) |
void |
MediaListener.playCompleted(UUID requestId,
PlayOperationCause cause)
This is invoked when a play request has completed.
|
Copyright © 2023 Avaya. All rights reserved.