TxCallInfo
public struct TxCallInfo
TxCallInfo
contains the required information of the current Call
-
The UUID of the call
Declaration
Swift
public internal(set) var callId: UUID { get }
-
The caller name of the call
Declaration
Swift
public internal(set) var callerName: String? { get }
-
The caller number of the call
Declaration
Swift
public internal(set) var callerNumber: String? { get }