Interface SvamlActionConnectMxp
- All Superinterfaces:
SvamlAction
Determines how an application-to-application call is connected. Available to use in a response to
an Incoming
Call Event callback.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
The name property. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderAn optional parameter that allows you to specify or override call headers provided to the receiving Sinch SDK client.Get destination
-
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
-