File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -360,6 +360,34 @@ A "`content-refresh`" event is sent when the user adds or removes profile images
360
360
}
361
361
```
362
362
363
+
364
+ #### instance-queue-joined
365
+ A "` instance-queue-joined ` " event is sent when the user queues to join an instance.
366
+
367
+ ``` json
368
+ {
369
+ "type" : " instance-queue-joined" ,
370
+ "content" : {
371
+ "instanceLocation" : " :locationString" , // Refer to https://vrchatapi.github.io/tutorials/instances/
372
+ "position" : <number> // Integer position in queue
373
+ }
374
+ }
375
+ ```
376
+
377
+
378
+ #### instance-queue-ready
379
+ A "` instance-queue-ready ` " event is sent when the user is at the front of the queue.
380
+
381
+ ``` json
382
+ {
383
+ "type" : " instance-queue-ready" ,
384
+ "content" : {
385
+ "instanceLocation" : " :locationString" , // Refer to https://vrchatapi.github.io/tutorials/instances/
386
+ "expiry" : " :dateTimeString" // Time at which priority will be lost
387
+ }
388
+ }
389
+ ```
390
+
363
391
---
364
392
365
393
### Group Events
You can’t perform that action at this time.
0 commit comments