David Rowe
David Rowe
This will enable all entity types to be read on domains. Already implemented: Box, Sphere, Shape, Model, Implement next: - [x] Image. - [x] Text. ... https://github.com/vircadia/vircadia-web-sdk/pull/146 https://github.com/vircadia/vircadia-web-sdk/pull/151 - [x]...
In addition to updating the TypeScript version used per https://github.com/vircadia/vircadia-web-sdk/issues/138, TypeScript features and practices should be reviewed and improved.
`animationURL` -> `url` etc. 
The SDK logs warnings to the console for certain items, e.g., packets received but not handled or a code path not implemented.  Such warnings should be logged only once.
Currently, if you run all or certain tests, Jest reports the following issue after successfully completing the tests: ``` Jest did not exit one second after the test run has...
WebRTCDataChannel.js hard codes the Vircadia ICE server: `iceServers: [{ urls: "stun:ice.vircadia.com:7337" }]`. The C++ equivalent is `ICE_SERVER_DEFAULT_HOSTNAME` in NetworkingConstants.h, though it can be overridden by a command line parameter when...