ARI class
Constructors
- ARI()
- Creates a new awry API instance, providing clients for all available Asterisk ARI endpoints.
Properties
- bridges ↔ BridgesAPI
-
@type {BridgesAPI}
getter/setter pair
- channels ↔ ChannelsApi
-
@type {ChannelsAPI}
getter/setter pair
- deviceStates ↔ DeviceStateApi
-
@type {DeviceStatesAPI}
getter/setter pair
- endpoints ↔ EndpointsAPI
-
@type {EndpointsAPI}
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- playbacks ↔ PlaybackApi
-
@type {PlaybacksAPI}
getter/setter pair
- recordings ↔ RecordingsApi
-
@type {RecordingsAPI}
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sounds ↔ SoundsApi
-
@type {SoundsAPI}
getter/setter pair
Methods
-
connect(
) → Future< WebSocket> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- applications ↔ ApplicationsApi
-
@type {ApplicationsAPI}
getter/setter pair