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
**dev_sdk_url** | **str** | Link to download the development SDK, use downloadUrls instead |
52
49
**dev_sdk_version** | **str** | Version of the development SDK |
@@ -100,7 +97,6 @@ Name | Type | Description | Notes
100
97
**sdk_discord_url** | **str** | Link to the official VRChat Discord |
101
98
**sdk_not_allowed_to_publish_message** | **str** | Used in the SDK to notify a user they aren't allowed to upload avatars/worlds yet |
102
99
**sdk_unity_version** | **str** | Unity version supported by the SDK |
103
-
**server_name** | **str** | Server name of the API server currently responding |
104
100
**string_host_url_list** | **list[str]** | A list of explicitly allowed origins that worlds can request strings from via the Udon's [VRCStringDownloader.LoadUrl](https://creators.vrchat.com/worlds/udon/string-loading/#ivrcstringdownload). |
105
101
**support_email** | **str** | VRChat's support email |
106
102
**support_form_url** | **str** | VRChat's support form |
@@ -118,6 +114,7 @@ Name | Type | Description | Notes
118
114
**white_listed_asset_urls** | **list[str]** | List of allowed URLs that are allowed to host avatar assets |
119
115
**player_url_resolver_version** | **str** | Currently used youtube-dl.exe version |
120
116
**player_url_resolver_sha1** | **str** | Currently used youtube-dl.exe hash in SHA1-delimited format |
117
+
**public_key** | **str** | Public key, hex encoded |
121
118
**websocket_max_friends_refresh_delay** | **int** | Unknown | [default to 900]
122
119
**websocket_quick_reconnect_time** | **int** | Unknown | [default to 2]
123
120
**websocket_reconnect_max_delay** | **int** | Unknown | [default to 2]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments