public final class PlayOperationCause extends Enum
MediaService
,
Serialized FormModifier and Type | Field and Description |
---|---|
static PlayOperationCause |
COMPLETE
Play completed because all media generation has completed.
|
static PlayOperationCause |
FAILED
Play operation failed before it could complete.
|
static PlayOperationCause |
INTERRUPTED
Play completed because the media was interrupted by a digit press.
|
static 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 |
valueOf(String name) |
static PlayOperationCause[] |
values() |
public static final PlayOperationCause INTERRUPTED
public static final PlayOperationCause COMPLETE
public static final PlayOperationCause STOPPED
MediaService.stop(Participant participant, UUID id)
and MediaService.stop(Call call, UUID id)
).public static final PlayOperationCause FAILED
public static PlayOperationCause[] values()
public static PlayOperationCause valueOf(String name)
Copyright © 2023 Avaya. All rights reserved.