You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorials/instances.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,5 @@ The VRChat API has several sentinel values for location strings:
47
47
-`""` Pseudo-null value
48
48
-`"offline"` Implies a user currently is not either running the VRChat client or connected to the Pipeline (e.g., browser tab open)
49
49
-`"traveling"` Indicates a user's client is travelling between instances (e.g., downloading world, synchronizing world state)
50
+
- Also can be `"traveling:traveling`
50
51
-`"private"` Indicates a user's location is not visible to the currently logged-in user. (e.g., Ask Me/Do Not Disturb status, Invite/Invite+/Group instance)
Copy file name to clipboardExpand all lines: content/tutorials/websocket.markdown
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ In this part of the documentation, the following `":identifier"`s will be used t
38
38
- `""` Pseudo-null value
39
39
- `"offline"` Implies a user currently is not either running the VRChat client or connected to the Pipeline (e.g., browser tab open)
40
40
- `"traveling"` Indicates a user's client is travelling between instances (e.g., downloading world, synchronizing world state)
41
+
- Also can be `"traveling:traveling`
41
42
- `"private"` Indicates a user's location is not visible to the currently logged-in user. (e.g., Ask Me/Do Not Disturb status, Invite/Invite+/Group instance)
42
43
- *other values* An actual location (see https://vrchatapi.github.io/tutorials/instances/)
43
44
- `":platformString"`
@@ -50,13 +51,23 @@ In this part of the documentation, the following `":identifier"`s will be used t
50
51
- `"gallery"`
51
52
- `"icon"`
52
53
- `"emoji"`
54
+
- `"print"`
55
+
- `"prints"` is also a value observed, but this never has an id attached
0 commit comments