Ari class

Constructors

Ari()

Properties

bridges Bridges
getter/setter pair
handlers Map<String, dynamic Function(dynamic event, Channel channel)>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statisChannels Map<String, Channel>
getter/setter pair
statisPlaybacks Map<String, Playback>
getter/setter pair

Methods

bridge({String? name, String? bridgeId, List<String>? type}) Future<Bridge>
channel({String? endpoint, String? extension, String? context, String? priority, String? label, String? app, List<String>? appArgs, String? callerId, String? timeout, String? channelId, String? otherChannelId, String? originator, dynamic variables}) Future<Channel>
connect() Future<WebSocket>
emit(dynamic data) → void
externalMedia(dynamic callback(bool, Channel), {required String app, dynamic variables, required dynamic external_host, String? encapsulation, String? transport, String? connection_type, required String format, String? direction}) Future<Channel>
externalMediaDelete(String channelId) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String event, dynamic callback(dynamic event, Channel channel)) → void
playback({String? id, String? media_uri, String? next_media_uri, String? target_uri, String? language, String? state}) Playback
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited