Project

General

Profile

ANN: v0.8.2 - client lib/API improvements

Added by Josip Almasi 6 days ago

Focus of this release is javascript client library, with a few API changes to make it easier to use.

- User object optionally contains picture, that can be displayed instead of 3D/video avatar. The picture URL is automatically populated on Oauth2 login with google and github (facebook doesn't allow anonymous picture access). Video avatar displays this picture, if available, when video is off.

- connect() call returns a Promise
- async Enter world call that returns a Promise, and there's also new REST API endpoint that can be used for the purpose
- function to unsubscribe from web push messages
- show group info API endpoint

- resource leak fixed (game/screencast objects of registered users)
...and many other minor fixes and improvements.