Package | Description |
---|---|
com.avaya.collaboration.call.media |
Provides classes and interfaces for bringing media to call.
|
Modifier and Type | Field and Description |
---|---|
static RecordOperationCause |
RecordOperationCause.FAILED
The record operation failed before it could complete.
|
static RecordOperationCause |
RecordOperationCause.PARTICIPANT_DROPPED
The record operation completed because the participant dropped or the call ended.
|
static RecordOperationCause |
RecordOperationCause.STOPPED
The record operation was stopped explicitly by the client service invoking
MediaService.stop(Participant participant, UUID id) |
static RecordOperationCause |
RecordOperationCause.TERMINATION_KEY_PRESSED
The record operation was interrupted because the termination key was pressed.
|
Modifier and Type | Method and Description |
---|---|
static RecordOperationCause |
RecordOperationCause.valueOf(String name) |
static RecordOperationCause[] |
RecordOperationCause.values() |
Modifier and Type | Method and Description |
---|---|
void |
MediaListenerAbstract.recordCompleted(UUID requestId,
RecordOperationCause cause) |
void |
MediaListener.recordCompleted(UUID requestId,
RecordOperationCause cause)
This is invoked when a record request has completed.
|
Copyright © 2023 Avaya. All rights reserved.