Interface SvamlActionConnectMxp

All Superinterfaces:
SvamlAction

public interface SvamlActionConnectMxp extends SvamlAction
Determines how an application-to-application call is connected. Available to use in a response to an Incoming Call Event callback.
  • Method Details

    • getDestination

      DestinationMxp getDestination()
      Get destination
      Returns:
      destination
    • getCallheaders

      List<CallHeader> getCallheaders()
      An optional parameter that allows you to specify or override call headers provided to the receiving Sinch SDK client. Read more about call headers here.
      Returns:
      callheaders
    • builder

      Getting builder
      Returns:
      New Builder instance