PhoneCallAgentProtocol
public protocol PhoneCallAgentProtocol : CapabilityAgentable
<#Description#>
-
<#Description#>
Declaration
Swift
var delegate: PhoneCallAgentDelegate? { get set } -
<#Description#>
Declaration
Swift
@discardableResult func requestSendCandidates( playServiceId: String, header: Downstream.Header?, completion: ((StreamDataState) -> Void)? ) -> StringParameters
playServiceId<#playServiceId description#>
header<#header description#>
completion<#completion description#>
View on GitHub
PhoneCallAgentProtocol Protocol Reference