vrchatapi.github.io icon indicating copy to clipboard operation
vrchatapi.github.io copied to clipboard

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

Open Protected opened this issue 2 years ago • 4 comments
trafficstars

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"} .

Protected avatar Mar 04 '23 14:03 Protected

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.

Foorack avatar Jun 26 '23 20:06 Foorack

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

VinyarionHyarmendacil avatar Oct 05 '23 02:10 VinyarionHyarmendacil

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

Foorack avatar Oct 09 '23 20:10 Foorack

@Foorack whoops, meant #134

VinyarionHyarmendacil avatar Oct 10 '23 02:10 VinyarionHyarmendacil