MCPcopy Create free account
hub / github.com/ari4java/ari4java / bridges

Method bridges

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

Gets a ready to use Bridges Action. @return ActionBridges

()

Source from the content-addressed store, hash-verified

351 * @return ActionBridges
352 */
353 public ActionBridges bridges() {
354 return (ActionBridges) setupAction(getVersion().builder().actionBridges());
355 }
356
357 /**
358 * Gets a ready to use Channels Action.

Callers 4

testBuildActionMethod · 0.95
addChannelToBridgeMethod · 0.80
onChannelLeftBridgeMethod · 0.80

Calls 3

setupActionMethod · 0.95
getVersionMethod · 0.95
builderMethod · 0.80

Tested by 1

testBuildActionMethod · 0.76