MCPcopy Index your code
hub / github.com/ari4java/ari4java / channels

Method channels

src/main/java/ch/loway/oss/ari4java/ARI.java:362–364  ·  view source on GitHub ↗

Gets a ready to use Channels Action. @return ActionChannels

()

Source from the content-addressed store, hash-verified

360 * @return ActionChannels
361 */
362 public ActionChannels channels() {
363 return (ActionChannels) setupAction(getVersion().builder().actionChannels());
364 }
365
366 /**
367 * Gets a ready to use Device States Action.

Callers 6

testBuildActionMethod · 0.95
handleStartMethod · 0.80
createChannelMethod · 0.80
hangupChannelMethod · 0.80
onChannelStateChangeMethod · 0.80

Calls 3

setupActionMethod · 0.95
getVersionMethod · 0.95
builderMethod · 0.80

Tested by 1

testBuildActionMethod · 0.76