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#>
headerThe 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#>
headerThe header of the originally handled directive.
View on GitHub
PhoneCallAgentDelegate Protocol Reference