PhoneSocketServerAddress
struct PhoneSocketServerAddress : CodableNotifies 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).
- 
                  
                  DeclarationSwift var ipV4Addr: String?
- 
                  
                  DeclarationSwift var ipV6Addr: String?
 View on GitHub
            View on GitHub
           PhoneSocketServerAddress Structure Reference
      PhoneSocketServerAddress Structure Reference