PhoneSocketServerAddress
struct PhoneSocketServerAddress : Codable
Notifies the recipient of a phone call the IP addr of the caller, so the recipient can open a direct-connect WebSocket to the caller (who must have started a WebSocket Server to receive the incoming connection).
-
Declaration
Swift
var ipV4Addr: String?
-
Declaration
Swift
var ipV6Addr: String?