TxCallInfo
TxCallInfo contains the required information of the current Call
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check out our upcoming events and meetups! View events →
TxCallInfo struct reference for the iOS Voice SDK. Contains information about the current call — callerName, callerNumber, callId, and direction.
TxCallInfopublic struct TxCallInfo
TxCallInfo contains the required information of the current Call
callIdpublic internal(set) var callId: UUID
callerNamepublic internal(set) var callerName:String?
callerNumberpublic internal(set) var callerNumber: String?
Was this page helpful?