Ari class
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