Class 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
    • Field Detail

      • 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
    • Constructor Detail

      • Bridge

        public Bridge()