vrchatapi / vrchatapi.github.io

✨ VRChat API Documentation - A Community-Driven API documentation project.
https://vrchatapi.github.io
MIT License
220 stars 44 forks source link

Add group-joined and group-left to the websocket tutorial #138

Open Protected opened 1 year ago

Protected commented 1 year ago

These events are issued when the user connected to the websocket effectively becomes a member of a group or effectively stops being a member of a group.

The payload is always: {"groupId": "string"} .

Foorack commented 1 year ago

Thanks for this Issue!

Due to very technical reasons, this is a "Tutorial" issue, and not part of the OpenAPI specification, so will move this to the front-end repository.

VinyarionHyarmendacil commented 12 months ago

I added these in #140, so I think this could be considered as having been addressed.

Foorack commented 11 months ago

@VinyarionHyarmendacil Does the content-refresh event really cover joining or leaving a group? They should be different events, therefore not solved by #140.

VinyarionHyarmendacil commented 11 months ago

@Foorack whoops, meant #134