David Rowe
David Rowe
First pass requirements: 1. Log in and authorize on the domain 2. Get admin status from domain 3. Admin mute of user 4. Admin kick of user Done: https://github.com/vircadia/vircadia-web-sdk/pull/249
npm run generate-jsdoc-to-markdown This converts HTML documentation into markdown in \docs\markdown However, it isn't well formatted and includes a lot of Vue/Vuetify code which is rendered as text. npm run...
How many is a reasonable number for an app to have? If an app connects to more than 1 domain simultaneously, then does this multiply the number of Web Workers?...
Immediate needs addressed in: https://github.com/vircadia/vircadia-web-sdk/pull/68
Investigate those mentioned in Node Best Practices.
Scenarios: - Kill AC process, e.g., so that it or the domain server don't notify the client that the AC is disconnecting. - Force disconnect user from a particular AC....
From Misterblue: > The request "https://metaverse.vircadia.com/live/api/metaverse_info" returns a JSON structure that includes and ICE server url ("ice_server_url") as well as server version info. That request can be enhanced with a...
Too early to do this one: the Vircadia ICE (STUN) server doesn't work for WebRTC which is a problem I'm grappling with currently.
- Please rename \tests\shared\Log.unit.test.ts to Log.unit.test.js (i.e., JavaScript - it doesn't appear to use any TypeScript features). - Please move \domain\shared\Log.ts into \shared\Log.ts. (The \domain folder is primarily for C++-equivalent...
Yes, I'm looking at this. It will need some further work (to be determined) before being merged.