PhoneCallAgentDelegate
public protocol PhoneCallAgentDelegate : AnyObject
<#Description#>
-
<#Description#>
Declaration
Swift
func phoneCallAgentRequestContext() -> PhoneCallContext
-
<#Description#>
Declaration
Swift
func phoneCallAgentDidReceiveSendCandidates(item: PhoneCallCandidatesItem, header: Downstream.Header)
Parameters
item
<#item description#>
header
The header of the originally handled directive.
-
<#Description#>
Declaration
Swift
func phoneCallAgentDidReceiveMakeCall(callType: PhoneCallType, recipient: PhoneCallPerson, header: Downstream.Header) -> PhoneCallErrorCode?
Parameters
callType
<#callType description#>
recipient
<#recipient description#>
header
The header of the originally handled directive.