Uses of Class
com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
Package
Description
Models related to Voice Calls responses
Models related to Voice WebHooks
-
Uses of CallResult in com.sinch.sdk.domains.voice.models.v1.calls.response
Modifier and TypeFieldDescriptionstatic final CallResult
CallResult.ANSWERED
The call was answered.static final CallResult
CallResult.BUSY
The line called was busy.static final CallResult
CallResult.FAILED
The call failed.static final CallResult
CallResult.N_A
static final CallResult
CallResult.NOANSWER
The line called failed to answer.Modifier and TypeMethodDescriptionCallInformation.Builder.setResult
(CallResult result) see getterstatic String
CallResult.valueOf
(CallResult e) -
Uses of CallResult in com.sinch.sdk.domains.voice.models.v1.webhooks
Modifier and TypeMethodDescriptionDisconnectedCallEvent.Builder.setResult
(CallResult result) see getter