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 →
Reference for TxCallInfo in the iOS Voice SDK — the struct that holds metadata about the current call: caller name, number, call ID, 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?