| Package | Description |
|---|---|
| org.asteriskjava.manager.action |
Provides classes that represent the standard actions that can be sent
to an Asterisk server via the Manager API.
|
| Modifier and Type | Method and Description |
|---|---|
static MuteAudioAction.Direction |
MuteAudioAction.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MuteAudioAction.Direction[] |
MuteAudioAction.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MuteAudioAction(String channel,
MuteAudioAction.Direction direction,
MuteAudioAction.State state)
Creates a new MuteAction that Mutes or Unmutes the two given channel.
|
Copyright © 2004–2016. All rights reserved.