Uses of Interface
com.sinch.sdk.domains.voice.models.v1.svaml.action.CallHeader
Package
Description
Models related to Voice SVAML actions
Models related to Voice WebHooks
-
Uses of CallHeader in com.sinch.sdk.domains.voice.models.v1.svaml.action
Modifier and TypeMethodDescriptionSvamlActionConnectMxp.getCallheaders()
An optional parameter that allows you to specify or override call headers provided to the receiving Sinch SDK client.SvamlActionConnectSip.getCallHeaders()
Private SIP headers to send with the call.Modifier and TypeMethodDescriptionSvamlActionConnectMxp.Builder.setCallheaders
(List<CallHeader> callheaders) see getterSvamlActionConnectSip.Builder.setCallHeaders
(List<CallHeader> callHeaders) see getter -
Uses of CallHeader in com.sinch.sdk.domains.voice.models.v1.webhooks
Modifier and TypeMethodDescriptionDisconnectedCallEvent.getCallHeaders()
If the call was initiated by a Sinch SDK client, call headers are the headers specified by the caller client.IncomingCallEvent.getCallHeaders()
If the call is initiated by a Sinch SDK client, call headers are the headers specified by the caller client.Modifier and TypeMethodDescriptionDisconnectedCallEvent.Builder.setCallHeaders
(List<CallHeader> callHeaders) see getterIncomingCallEvent.Builder.setCallHeaders
(List<CallHeader> callHeaders) see getter