Package com.bandwidth.voice.bxml.verbs
Class Bridge
- java.lang.Object
-
- com.bandwidth.voice.bxml.verbs.Bridge
-
- All Implemented Interfaces:
Verb
public class Bridge extends Object implements Verb
The Bridge verb is used to bridge another party (target call) onto the current call. When the target call is bridged, any BXML being executed in it will be cancelled. The bridge ends when one of the calls leaves the bridge. A call leaves the bridge when it is hung up or when it gets redirected to another BXML. The Bridge Complete and Bridge Target Complete callbacks are sent when the bridge ends, to allow the call that remained in the bridge to execute new BXML.- Author:
- bandwidth
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Bridge.BridgeBuilder
-
Field Summary
Fields Modifier and Type Field Description protected String
password
password to use to authenticate at the bridgeCompleteUrl & bridgeTargetCompleteUrl endpointsstatic String
TYPE_NAME
protected String
username
username to authenticate at the bridgeCompleteUrl & bridgeTargetCompleteUrl endpoints
-
Constructor Summary
Constructors Constructor Description Bridge()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
username
protected String username
username to authenticate at the bridgeCompleteUrl & bridgeTargetCompleteUrl endpoints
-
password
protected String password
password to use to authenticate at the bridgeCompleteUrl & bridgeTargetCompleteUrl endpoints
-
-