steamutils 1.2.50 → 1.2.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/steamutils.iml +1 -1
- package/.idea/vcs.xml +1 -1
- package/SteamClient.js +16 -12
- package/example.js +14 -0
- package/helpers/protos.js +21 -0
- package/index.js +1 -1
- package/package.json +6 -6
- package/protos/{base_gcmessages.proto → csgo/base_gcmessages_csgo.proto} +547 -533
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -0
- package/protos/csgo/clientmessages.proto +48 -0
- package/protos/csgo/connectionless_netmessages.proto +19 -0
- package/protos/csgo/cs_gameevents.proto +34 -0
- package/protos/csgo/cs_usercmd.proto +34 -0
- package/protos/{cstrike15_gcmessages.proto → csgo/cstrike15_gcmessages.proto} +1402 -1344
- package/protos/{cstrike15_usermessages.proto → csgo/cstrike15_usermessages.proto} +596 -597
- package/protos/csgo/demo.proto +160 -0
- package/protos/{econ_gcmessages.proto → csgo/econ_gcmessages.proto} +228 -225
- package/protos/{engine_gcmessages.proto → csgo/engine_gcmessages.proto} +14 -16
- package/protos/{enums_clientserver.proto → csgo/enums_clientserver.proto} +1529 -1534
- package/protos/{fatdemo.proto → csgo/fatdemo.proto} +125 -125
- package/protos/csgo/gameevents.proto +120 -0
- package/protos/{gcsdk_gcmessages.proto → csgo/gcsdk_gcmessages.proto} +323 -302
- package/protos/{gcsystemmsgs.proto → csgo/gcsystemmsgs.proto} +242 -246
- package/protos/csgo/netmessages.proto +604 -0
- package/protos/csgo/network_connection.proto +126 -0
- package/protos/csgo/networkbasetypes.proto +244 -0
- package/protos/csgo/networksystem_protomessages.proto +17 -0
- package/protos/{steamdatagram_messages_auth.proto → csgo/steamdatagram_messages_auth.proto} +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -0
- package/protos/{steammessages.proto → csgo/steammessages.proto} +597 -601
- package/protos/{steammessages_base.proto → csgo/steammessages_base.proto} +301 -288
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -0
- package/protos/{steammessages_gamenetworkingui.proto → csgo/steammessages_gamenetworkingui.proto} +61 -42
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -0
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -0
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -0
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -0
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -0
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -0
- package/protos/{steamnetworkingsockets_messages.proto → csgo/steamnetworkingsockets_messages.proto} +205 -204
- package/protos/{steamnetworkingsockets_messages_certs.proto → csgo/steamnetworkingsockets_messages_certs.proto} +39 -38
- package/protos/{steamnetworkingsockets_messages_udp.proto → csgo/steamnetworkingsockets_messages_udp.proto} +75 -75
- package/protos/csgo/te.proto +259 -0
- package/protos/{uifontfile_format.proto → csgo/uifontfile_format.proto} +13 -16
- package/protos/csgo/usercmd.proto +38 -0
- package/protos/csgo/usermessages.proto +721 -0
- package/protos/csgo/valveextensions.proto +17 -0
- package/protos/google/protobuf/descriptor.proto +281 -0
- package/protos/{clientmetrics.proto → steam/clientmetrics.proto} +45 -45
- package/protos/{content_manifest.proto → steam/content_manifest.proto} +62 -62
- package/protos/steam/contenthubs.proto +41 -0
- package/protos/{encrypted_app_ticket.proto → steam/encrypted_app_ticket.proto} +10 -10
- package/protos/{enums.proto → steam/enums.proto} +444 -285
- package/protos/steam/enums_clientserver.proto +1539 -0
- package/protos/steam/enums_productinfo.proto +13 -0
- package/protos/{htmlmessages.proto → steam/htmlmessages.proto} +1027 -993
- package/protos/steam/offline_ticket.proto +8 -0
- package/protos/{renderer → steam/renderer}/rendermessages.proto +893 -893
- package/protos/steam/steamdatagram_messages_auth.proto +65 -0
- package/protos/{steamdatagram_messages_sdr.proto → steam/steamdatagram_messages_sdr.proto} +533 -518
- package/protos/{steammessages_accounthardware.steamclient.proto → steam/steammessages_accounthardware.steamclient.proto} +201 -188
- package/protos/{steammessages_appoverview.proto → steam/steammessages_appoverview.proto} +187 -185
- package/protos/steam/steammessages_auth.steamclient.proto +435 -0
- package/protos/steam/steammessages_base.proto +332 -0
- package/protos/{steammessages_broadcast.steamclient.proto → steam/steammessages_broadcast.steamclient.proto} +759 -756
- package/protos/{steammessages_chat.steamclient.proto → steam/steammessages_chat.steamclient.proto} +1281 -1281
- package/protos/steam/steammessages_client_objects.proto +645 -0
- package/protos/{steammessages_clientlanp2p.proto → steam/steammessages_clientlanp2p.proto} +42 -26
- package/protos/{steammessages_clientmetrics.steamclient.proto → steam/steammessages_clientmetrics.steamclient.proto} +194 -176
- package/protos/{steammessages_clientnotificationtypes.proto → steam/steammessages_clientnotificationtypes.proto} +231 -129
- package/protos/{steammessages_clientserver.proto → steam/steammessages_clientserver.proto} +392 -384
- package/protos/{steammessages_clientserver_2.proto → steam/steammessages_clientserver_2.proto} +760 -776
- package/protos/{steammessages_clientserver_appinfo.proto → steam/steammessages_clientserver_appinfo.proto} +131 -166
- package/protos/{steammessages_clientserver_friends.proto → steam/steammessages_clientserver_friends.proto} +260 -260
- package/protos/{steammessages_clientserver_gameservers.proto → steam/steammessages_clientserver_gameservers.proto} +159 -159
- package/protos/{steammessages_clientserver_lbs.proto → steam/steammessages_clientserver_lbs.proto} +70 -70
- package/protos/{steammessages_clientserver_login.proto → steam/steammessages_clientserver_login.proto} +167 -159
- package/protos/{steammessages_clientserver_mms.proto → steam/steammessages_clientserver_mms.proto} +228 -235
- package/protos/{steammessages_clientserver_ucm.proto → steam/steammessages_clientserver_ucm.proto} +205 -202
- package/protos/{steammessages_clientserver_uds.proto → steam/steammessages_clientserver_uds.proto} +124 -104
- package/protos/{steammessages_clientserver_ufs.proto → steam/steammessages_clientserver_ufs.proto} +172 -172
- package/protos/{steammessages_clientserver_userstats.proto → steam/steammessages_clientserver_userstats.proto} +80 -80
- package/protos/steam/steammessages_clientsettings.proto +168 -0
- package/protos/{steammessages_cloud.steamclient.proto → steam/steammessages_cloud.steamclient.proto} +513 -512
- package/protos/{steammessages_contentsystem.steamclient.proto → steam/steammessages_contentsystem.steamclient.proto} +115 -77
- package/protos/{steammessages_credentials.steamclient.proto → steam/steammessages_credentials.steamclient.proto} +115 -141
- package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -0
- package/protos/{steammessages_depotbuilder.steamclient.proto → steam/steammessages_depotbuilder.steamclient.proto} +118 -118
- package/protos/{steammessages_deviceauth.steamclient.proto → steam/steammessages_deviceauth.steamclient.proto} +203 -200
- package/protos/{steammessages_econ.steamclient.proto → steam/steammessages_econ.steamclient.proto} +150 -105
- package/protos/{steammessages_friendmessages.steamclient.proto → steam/steammessages_friendmessages.steamclient.proto} +168 -168
- package/protos/{steammessages_gamenetworking.steamclient.proto → steam/steammessages_gamenetworking.steamclient.proto} +32 -32
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -0
- package/protos/{steammessages_gamenotifications.steamclient.proto → steam/steammessages_gamenotifications.steamclient.proto} +156 -156
- package/protos/{steammessages_gameservers.steamclient.proto → steam/steammessages_gameservers.steamclient.proto} +152 -152
- package/protos/{steammessages_hiddevices.proto → steam/steammessages_hiddevices.proto} +157 -156
- package/protos/{steammessages_inventory.steamclient.proto → steam/steammessages_inventory.steamclient.proto} +224 -224
- package/protos/{steammessages_linkfilter.steamclient.proto → steam/steammessages_linkfilter.steamclient.proto} +49 -49
- package/protos/{steammessages_lobbymatchmaking.steamclient.proto → steam/steammessages_lobbymatchmaking.steamclient.proto} +33 -33
- package/protos/{steammessages_market.steamclient.proto → steam/steammessages_market.steamclient.proto} +26 -26
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -0
- package/protos/{steammessages_offline.steamclient.proto → steam/steammessages_offline.steamclient.proto} +40 -37
- package/protos/{steammessages_parental.steamclient.proto → steam/steammessages_parental.steamclient.proto} +228 -186
- package/protos/{steammessages_parties.steamclient.proto → steam/steammessages_parties.steamclient.proto} +94 -94
- package/protos/{steammessages_partnerapps.steamclient.proto → steam/steammessages_partnerapps.steamclient.proto} +138 -136
- package/protos/{steammessages_player.steamclient.proto → steam/steammessages_player.steamclient.proto} +1060 -912
- package/protos/{steammessages_publishedfile.steamclient.proto → steam/steammessages_publishedfile.steamclient.proto} +813 -711
- package/protos/{steammessages_qms.steamclient.proto → steam/steammessages_qms.steamclient.proto} +125 -125
- package/protos/{steammessages_remoteclient.proto → steam/steammessages_remoteclient.proto} +99 -99
- package/protos/{steammessages_remoteclient_discovery.proto → steam/steammessages_remoteclient_discovery.proto} +235 -228
- package/protos/{steammessages_remoteclient_service.steamclient.proto → steam/steammessages_remoteclient_service.steamclient.proto} +86 -90
- package/protos/{steammessages_remoteclient_service_messages.proto → steam/steammessages_remoteclient_service_messages.proto} +217 -196
- package/protos/{steammessages_remoteplay.proto → steam/steammessages_remoteplay.proto} +976 -871
- package/protos/{steammessages_secrets.steamclient.proto → steam/steammessages_secrets.steamclient.proto} +39 -39
- package/protos/{steammessages_shader.steamclient.proto → steam/steammessages_shader.steamclient.proto} +108 -96
- package/protos/{steammessages_site_license.steamclient.proto → steam/steammessages_site_license.steamclient.proto} +128 -128
- package/protos/{steammessages_sitelicenseclient.proto → steam/steammessages_sitelicenseclient.proto} +38 -38
- package/protos/{steammessages_siteserverui.proto → steam/steammessages_siteserverui.proto} +130 -130
- package/protos/{steammessages_star.steamclient.proto → steam/steammessages_star.steamclient.proto} +64 -64
- package/protos/{steammessages_steamtv.steamclient.proto → steam/steammessages_steamtv.steamclient.proto} +630 -630
- package/protos/{steammessages_store.steamclient.proto → steam/steammessages_store.steamclient.proto} +371 -262
- package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -0
- package/protos/{steammessages_timedtrial.steamclient.proto → steam/steammessages_timedtrial.steamclient.proto} +50 -50
- package/protos/{steammessages_twofactor.steamclient.proto → steam/steammessages_twofactor.steamclient.proto} +186 -154
- package/protos/{steammessages_unified_base.steamclient.proto → steam/steammessages_unified_base.steamclient.proto} +33 -33
- package/protos/{steammessages_unified_test.steamclient.proto → steam/steammessages_unified_test.steamclient.proto} +61 -50
- package/protos/{steammessages_useraccount.steamclient.proto → steam/steammessages_useraccount.steamclient.proto} +249 -210
- package/protos/{steammessages_vac.steamclient.proto → steam/steammessages_vac.steamclient.proto} +44 -44
- package/protos/steam/steammessages_video.steamclient.proto +171 -0
- package/protos/{steammessages_virtualcontroller.proto → steam/steammessages_virtualcontroller.proto} +138 -138
- package/protos/{steammessages_workshop.steamclient.proto → steam/steammessages_workshop.steamclient.proto} +23 -23
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -0
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -0
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -0
- package/protos/steam/webuimessages_base.proto +24 -0
- package/protos/steam/webuimessages_gamenotes.proto +21 -0
- package/protos/steam/webuimessages_steamengine.proto +32 -0
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -0
- package/protos/steam/webuimessages_systemmanager.proto +17 -0
- package/protos/steam/webuimessages_transport.proto +18 -0
- package/protos/steam/webuimessages_transportvalidation.proto +97 -0
- package/protos/webui/common.proto +5508 -0
- package/protos/webui/common_base.proto +27 -0
- package/protos/webui/service_accountlinking.proto +27 -0
- package/protos/webui/service_accountprivacy.proto +42 -0
- package/protos/webui/service_auction.proto +97 -0
- package/protos/webui/service_authentication.proto +222 -0
- package/protos/webui/service_authenticationsupport.proto +74 -0
- package/protos/webui/service_broadcast.proto +562 -0
- package/protos/webui/service_chat.proto +11 -0
- package/protos/webui/service_chatroom.proto +810 -0
- package/protos/webui/service_chatusability.proto +107 -0
- package/protos/webui/service_clan.proto +41 -0
- package/protos/webui/service_clanchatrooms.proto +25 -0
- package/protos/webui/service_clanfaqs.proto +202 -0
- package/protos/webui/service_clientcomm.proto +150 -0
- package/protos/webui/service_clientmetrics.proto +63 -0
- package/protos/webui/service_cloud.proto +222 -0
- package/protos/webui/service_cloudconfigstore.proto +51 -0
- package/protos/webui/service_cloudgaming.proto +30 -0
- package/protos/webui/service_community.proto +365 -0
- package/protos/webui/service_econ.proto +134 -0
- package/protos/webui/service_embedded.proto +24 -0
- package/protos/webui/service_experimentservice.proto +6 -0
- package/protos/webui/service_fovasvideo.proto +15 -0
- package/protos/webui/service_friendmessages.proto +133 -0
- package/protos/webui/service_friendslist.proto +70 -0
- package/protos/webui/service_gamenotes.proto +15 -0
- package/protos/webui/service_helprequestlogs.proto +26 -0
- package/protos/webui/service_loyaltyrewards.proto +252 -0
- package/protos/webui/service_marketingmessages.proto +184 -0
- package/protos/webui/service_mobileapp.proto +18 -0
- package/protos/webui/service_mobileauth.proto +24 -0
- package/protos/webui/service_mobiledevice.proto +26 -0
- package/protos/webui/service_mobileperaccount.proto +31 -0
- package/protos/webui/service_news.proto +101 -0
- package/protos/webui/service_parental.proto +178 -0
- package/protos/webui/service_partnermembershipinvite.proto +29 -0
- package/protos/webui/service_partnerstorebrowse.proto +6 -0
- package/protos/webui/service_phone.proto +51 -0
- package/protos/webui/service_physicalgoods.proto +15 -0
- package/protos/webui/service_player.proto +885 -0
- package/protos/webui/service_promotioneventinvites.proto +50 -0
- package/protos/webui/service_promotionplanning.proto +72 -0
- package/protos/webui/service_publishedfile.proto +687 -0
- package/protos/webui/service_publishing.proto +119 -0
- package/protos/webui/service_quest.proto +127 -0
- package/protos/webui/service_salefeature.proto +315 -0
- package/protos/webui/service_saleitemrewards.proto +54 -0
- package/protos/webui/service_shoppingcart.proto +108 -0
- package/protos/webui/service_steamawards.proto +19 -0
- package/protos/webui/service_steamcharts.proto +75 -0
- package/protos/webui/service_steamengine.proto +36 -0
- package/protos/webui/service_steamlearn.proto +727 -0
- package/protos/webui/service_steamnotification.proto +84 -0
- package/protos/webui/service_steamtv.proto +495 -0
- package/protos/webui/service_steamvrvoicechat.proto +67 -0
- package/protos/webui/service_steamvrwebrtc.proto +48 -0
- package/protos/webui/service_storagedevicemanager.proto +104 -0
- package/protos/webui/service_store.proto +289 -0
- package/protos/webui/service_storeappsimilarity.proto +76 -0
- package/protos/webui/service_storebrowse.proto +73 -0
- package/protos/webui/service_storequery.proto +97 -0
- package/protos/webui/service_storesales.proto +15 -0
- package/protos/webui/service_storetopsellers.proto +44 -0
- package/protos/webui/service_systemmanager.proto +11 -0
- package/protos/webui/service_test_transporterror.proto +6 -0
- package/protos/webui/service_transportauth.proto +12 -0
- package/protos/webui/service_transportvalidation.proto +69 -0
- package/protos/webui/service_twofactor.proto +181 -0
- package/protos/webui/service_useraccount.proto +138 -0
- package/protos/webui/service_usergameactivity.proto +34 -0
- package/protos/webui/service_usergamenotes.proto +53 -0
- package/protos/webui/service_usernews.proto +68 -0
- package/protos/webui/service_userreviews.proto +96 -0
- package/protos/webui/service_video.proto +128 -0
- package/protos/webui/service_voicechat.proto +139 -0
- package/protos/webui/service_webrtc.proto +52 -0
- package/.idea/deployment.xml +0 -21
- package/protos/netmessages.proto +0 -491
- package/protos/network_connection.proto +0 -70
- package/protos/steamdatagram_messages.proto +0 -205
- package/protos/steammessages_auth.steamclient.proto +0 -192
- package/protos/steammessages_client_objects.proto +0 -336
- package/protos/steammessages_datapublisher.steamclient.proto +0 -67
- package/protos/steammessages_video.steamclient.proto +0 -84
@@ -0,0 +1,84 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CSteamNotification_GetPreferences_Request {
|
4
|
+
}
|
5
|
+
|
6
|
+
message CSteamNotification_GetPreferences_Response {
|
7
|
+
repeated .SteamNotificationPreference preferences = 1;
|
8
|
+
}
|
9
|
+
|
10
|
+
message CSteamNotification_GetSteamNotifications_Request {
|
11
|
+
optional bool include_hidden = 1 [default = false];
|
12
|
+
optional int32 language = 2 [default = 0];
|
13
|
+
optional bool include_confirmation_count = 3 [default = true];
|
14
|
+
optional bool include_pinned_counts = 4 [default = false];
|
15
|
+
optional bool include_read = 5 [default = true];
|
16
|
+
optional bool count_only = 6 [default = false];
|
17
|
+
}
|
18
|
+
|
19
|
+
message CSteamNotification_GetSteamNotifications_Response {
|
20
|
+
repeated .SteamNotificationData notifications = 1;
|
21
|
+
optional int32 confirmation_count = 2;
|
22
|
+
optional uint32 pending_gift_count = 3;
|
23
|
+
optional uint32 pending_friend_count = 5;
|
24
|
+
optional uint32 unread_count = 6;
|
25
|
+
}
|
26
|
+
|
27
|
+
message CSteamNotification_HideNotification_Notification {
|
28
|
+
repeated uint64 notification_ids = 1;
|
29
|
+
}
|
30
|
+
|
31
|
+
message CSteamNotification_MarkNotificationsRead_Notification {
|
32
|
+
optional uint32 timestamp = 1;
|
33
|
+
optional int32 notification_type = 2 [(.description) = "enum"];
|
34
|
+
repeated uint64 notification_ids = 3;
|
35
|
+
optional bool mark_all_read = 4;
|
36
|
+
}
|
37
|
+
|
38
|
+
message CSteamNotification_NotificationsReceived_Notification {
|
39
|
+
repeated .SteamNotificationData notifications = 1;
|
40
|
+
optional uint32 pending_gift_count = 2;
|
41
|
+
optional uint32 pending_friend_count = 3;
|
42
|
+
}
|
43
|
+
|
44
|
+
message CSteamNotification_PreferencesUpdated_Notification {
|
45
|
+
repeated .SteamNotificationPreference preferences = 1;
|
46
|
+
}
|
47
|
+
|
48
|
+
message CSteamNotification_SetPreferences_Request {
|
49
|
+
repeated .SteamNotificationPreference preferences = 1;
|
50
|
+
}
|
51
|
+
|
52
|
+
message CSteamNotification_SetPreferences_Response {
|
53
|
+
}
|
54
|
+
|
55
|
+
message SteamNotificationData {
|
56
|
+
optional uint64 notification_id = 1;
|
57
|
+
optional uint32 notification_targets = 2;
|
58
|
+
optional int32 notification_type = 3 [(.description) = "enum"];
|
59
|
+
optional string body_data = 4;
|
60
|
+
optional bool read = 7;
|
61
|
+
optional uint32 timestamp = 8;
|
62
|
+
optional bool hidden = 9;
|
63
|
+
optional uint32 expiry = 10;
|
64
|
+
optional uint32 viewed = 11;
|
65
|
+
}
|
66
|
+
|
67
|
+
message SteamNotificationPreference {
|
68
|
+
optional int32 notification_type = 1 [(.description) = "enum"];
|
69
|
+
optional uint32 notification_targets = 2;
|
70
|
+
}
|
71
|
+
|
72
|
+
service SteamNotification {
|
73
|
+
rpc GetPreferences (.CSteamNotification_GetPreferences_Request) returns (.CSteamNotification_GetPreferences_Response);
|
74
|
+
rpc GetSteamNotifications (.CSteamNotification_GetSteamNotifications_Request) returns (.CSteamNotification_GetSteamNotifications_Response);
|
75
|
+
rpc HideNotification (.CSteamNotification_HideNotification_Notification) returns (.NoResponse);
|
76
|
+
rpc MarkNotificationsRead (.CSteamNotification_MarkNotificationsRead_Notification) returns (.NoResponse);
|
77
|
+
rpc SetPreferences (.CSteamNotification_SetPreferences_Request) returns (.CSteamNotification_SetPreferences_Response);
|
78
|
+
}
|
79
|
+
|
80
|
+
service SteamNotificationClient {
|
81
|
+
rpc NotificationsReceived (.CSteamNotification_NotificationsReceived_Notification) returns (.NoResponse);
|
82
|
+
rpc PreferencesUpdated (.CSteamNotification_PreferencesUpdated_Notification) returns (.NoResponse);
|
83
|
+
}
|
84
|
+
|
@@ -0,0 +1,495 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CSteamTV_AddChatBan_Request {
|
4
|
+
optional fixed64 broadcast_channel_id = 1;
|
5
|
+
optional fixed64 chatter_steamid = 2;
|
6
|
+
optional uint32 duration = 3;
|
7
|
+
optional bool permanent = 4;
|
8
|
+
optional bool undo = 5;
|
9
|
+
}
|
10
|
+
|
11
|
+
message CSteamTV_AddChatBan_Response {
|
12
|
+
}
|
13
|
+
|
14
|
+
message CSteamTV_AddChatModerator_Request {
|
15
|
+
optional fixed64 broadcast_channel_id = 1;
|
16
|
+
optional fixed64 moderator_steamid = 2;
|
17
|
+
optional bool undo = 3;
|
18
|
+
}
|
19
|
+
|
20
|
+
message CSteamTV_AddChatModerator_Response {
|
21
|
+
}
|
22
|
+
|
23
|
+
message CSteamTV_AddWordBan_Request {
|
24
|
+
optional fixed64 broadcast_channel_id = 1;
|
25
|
+
optional string word = 2;
|
26
|
+
optional bool undo = 3;
|
27
|
+
}
|
28
|
+
|
29
|
+
message CSteamTV_AddWordBan_Response {
|
30
|
+
}
|
31
|
+
|
32
|
+
message CSteamTV_AppCheer_Request {
|
33
|
+
optional uint32 app_id = 1;
|
34
|
+
optional fixed64 cheer_target_id = 2;
|
35
|
+
repeated .CSteamTV_AppCheer_SingleCheerType cheers = 3;
|
36
|
+
}
|
37
|
+
|
38
|
+
message CSteamTV_AppCheer_Response {
|
39
|
+
optional uint32 aggregation_delay_ms = 1;
|
40
|
+
}
|
41
|
+
|
42
|
+
message CSteamTV_AppCheer_SingleCheerType {
|
43
|
+
optional uint32 cheer_type = 1;
|
44
|
+
optional uint32 cheer_amount = 2;
|
45
|
+
}
|
46
|
+
|
47
|
+
message CSteamTV_BroadcastClipInfo {
|
48
|
+
optional uint64 broadcast_clip_id = 1;
|
49
|
+
optional uint64 channel_id = 2;
|
50
|
+
optional uint32 app_id = 3;
|
51
|
+
optional fixed64 broadcaster_steamid = 4;
|
52
|
+
optional fixed64 creator_steamid = 5;
|
53
|
+
optional string video_description = 6;
|
54
|
+
optional uint32 live_time = 7;
|
55
|
+
optional uint32 length_ms = 8;
|
56
|
+
optional string thumbnail_path = 9;
|
57
|
+
}
|
58
|
+
|
59
|
+
message CSteamTV_ChatBan {
|
60
|
+
optional fixed64 issuer_steamid = 1;
|
61
|
+
optional fixed64 chatter_steamid = 2;
|
62
|
+
optional string time_expires = 3;
|
63
|
+
optional bool permanent = 4;
|
64
|
+
optional string name = 5;
|
65
|
+
}
|
66
|
+
|
67
|
+
message CSteamTV_ChatModerator {
|
68
|
+
optional fixed64 steamid = 1;
|
69
|
+
optional string name = 2;
|
70
|
+
}
|
71
|
+
|
72
|
+
message CSteamTV_CreateBroadcastChannel_Request {
|
73
|
+
optional string unique_name = 1;
|
74
|
+
}
|
75
|
+
|
76
|
+
message CSteamTV_CreateBroadcastChannel_Response {
|
77
|
+
optional fixed64 broadcast_channel_id = 1;
|
78
|
+
}
|
79
|
+
|
80
|
+
message CSteamTV_FollowBroadcastChannel_Request {
|
81
|
+
optional fixed64 broadcast_channel_id = 1;
|
82
|
+
optional bool undo = 2;
|
83
|
+
}
|
84
|
+
|
85
|
+
message CSteamTV_FollowBroadcastChannel_Response {
|
86
|
+
optional bool is_followed = 1;
|
87
|
+
}
|
88
|
+
|
89
|
+
message CSteamTV_Game {
|
90
|
+
optional uint32 appid = 1;
|
91
|
+
optional string name = 2;
|
92
|
+
optional string image = 3;
|
93
|
+
optional uint64 viewers = 4;
|
94
|
+
repeated .GetBroadcastChannelEntry channels = 5;
|
95
|
+
optional string release_date = 6;
|
96
|
+
optional string developer = 7;
|
97
|
+
optional string publisher = 8;
|
98
|
+
}
|
99
|
+
|
100
|
+
message CSteamTV_GetBroadcastChannelBroadcasters_Request {
|
101
|
+
optional fixed64 broadcast_channel_id = 1;
|
102
|
+
}
|
103
|
+
|
104
|
+
message CSteamTV_GetBroadcastChannelBroadcasters_Response {
|
105
|
+
repeated .CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster broadcasters = 1;
|
106
|
+
}
|
107
|
+
|
108
|
+
message CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster {
|
109
|
+
optional fixed64 steamid = 1;
|
110
|
+
optional string name = 2;
|
111
|
+
optional string rtmp_token = 3;
|
112
|
+
}
|
113
|
+
|
114
|
+
message CSteamTV_GetBroadcastChannelClips_Request {
|
115
|
+
optional fixed64 broadcast_channel_id = 1;
|
116
|
+
}
|
117
|
+
|
118
|
+
message CSteamTV_GetBroadcastChannelClips_Response {
|
119
|
+
repeated .CSteamTV_BroadcastClipInfo clips = 1;
|
120
|
+
optional string thumbnail_host = 2;
|
121
|
+
}
|
122
|
+
|
123
|
+
message CSteamTV_GetBroadcastChannelID_Request {
|
124
|
+
optional string unique_name = 1;
|
125
|
+
}
|
126
|
+
|
127
|
+
message CSteamTV_GetBroadcastChannelID_Response {
|
128
|
+
optional fixed64 broadcast_channel_id = 1;
|
129
|
+
optional string unique_name = 2;
|
130
|
+
optional fixed64 steamid = 3;
|
131
|
+
}
|
132
|
+
|
133
|
+
message CSteamTV_GetBroadcastChannelImages_Request {
|
134
|
+
optional fixed64 broadcast_channel_id = 1;
|
135
|
+
repeated int32 image_types = 2 [(.description) = "enum"];
|
136
|
+
}
|
137
|
+
|
138
|
+
message CSteamTV_GetBroadcastChannelImages_Response {
|
139
|
+
repeated .CSteamTV_GetBroadcastChannelImages_Response_Images images = 1;
|
140
|
+
}
|
141
|
+
|
142
|
+
message CSteamTV_GetBroadcastChannelImages_Response_Images {
|
143
|
+
optional int32 image_type = 1 [(.description) = "enum"];
|
144
|
+
optional string image_path = 2;
|
145
|
+
optional uint32 image_index = 3;
|
146
|
+
}
|
147
|
+
|
148
|
+
message CSteamTV_GetBroadcastChannelInteraction_Request {
|
149
|
+
optional fixed64 broadcast_channel_id = 1;
|
150
|
+
}
|
151
|
+
|
152
|
+
message CSteamTV_GetBroadcastChannelInteraction_Response {
|
153
|
+
optional bool is_followed = 1;
|
154
|
+
optional bool is_subscribed = 2;
|
155
|
+
}
|
156
|
+
|
157
|
+
message CSteamTV_GetBroadcastChannelLinks_Request {
|
158
|
+
optional fixed64 broadcast_channel_id = 1;
|
159
|
+
}
|
160
|
+
|
161
|
+
message CSteamTV_GetBroadcastChannelLinks_Response {
|
162
|
+
repeated .CSteamTV_GetBroadcastChannelLinks_Response_Links links = 1;
|
163
|
+
}
|
164
|
+
|
165
|
+
message CSteamTV_GetBroadcastChannelLinks_Response_Links {
|
166
|
+
optional uint32 link_index = 1;
|
167
|
+
optional string url = 2;
|
168
|
+
optional string link_description = 3;
|
169
|
+
optional uint32 left = 4;
|
170
|
+
optional uint32 top = 5;
|
171
|
+
optional uint32 width = 6;
|
172
|
+
optional uint32 height = 7;
|
173
|
+
}
|
174
|
+
|
175
|
+
message CSteamTV_GetBroadcastChannelProfile_Request {
|
176
|
+
optional fixed64 broadcast_channel_id = 1;
|
177
|
+
}
|
178
|
+
|
179
|
+
message CSteamTV_GetBroadcastChannelProfile_Response {
|
180
|
+
optional string unique_name = 1;
|
181
|
+
optional fixed64 owner_steamid = 2;
|
182
|
+
optional string name = 3;
|
183
|
+
optional string language = 4;
|
184
|
+
optional string headline = 5;
|
185
|
+
optional string summary = 6;
|
186
|
+
optional string schedule = 7;
|
187
|
+
optional string rules = 8;
|
188
|
+
optional string panels = 9;
|
189
|
+
optional bool is_partnered = 10;
|
190
|
+
}
|
191
|
+
|
192
|
+
message CSteamTV_GetBroadcastChannelStatus_Request {
|
193
|
+
optional fixed64 broadcast_channel_id = 1;
|
194
|
+
}
|
195
|
+
|
196
|
+
message CSteamTV_GetBroadcastChannelStatus_Response {
|
197
|
+
optional bool is_live = 1;
|
198
|
+
optional bool is_disabled = 2;
|
199
|
+
optional uint32 appid = 3;
|
200
|
+
optional uint64 viewers = 4;
|
201
|
+
optional uint64 views = 5;
|
202
|
+
optional fixed64 broadcaster_steamid = 6;
|
203
|
+
optional string thumbnail_url = 7;
|
204
|
+
optional uint64 followers = 8;
|
205
|
+
optional uint64 subscribers = 9;
|
206
|
+
optional string unique_name = 10;
|
207
|
+
optional uint64 broadcast_session_id = 11;
|
208
|
+
}
|
209
|
+
|
210
|
+
message CSteamTV_GetChannels_Request {
|
211
|
+
optional int32 algorithm = 1 [(.description) = "enum"];
|
212
|
+
optional uint32 count = 2;
|
213
|
+
optional uint32 appid = 3;
|
214
|
+
}
|
215
|
+
|
216
|
+
message CSteamTV_GetChannels_Response {
|
217
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
218
|
+
}
|
219
|
+
|
220
|
+
message CSteamTV_GetChatBans_Request {
|
221
|
+
optional fixed64 broadcast_channel_id = 1;
|
222
|
+
}
|
223
|
+
|
224
|
+
message CSteamTV_GetChatBans_Response {
|
225
|
+
repeated .CSteamTV_ChatBan results = 1;
|
226
|
+
}
|
227
|
+
|
228
|
+
message CSteamTV_GetChatModerators_Request {
|
229
|
+
optional fixed64 broadcast_channel_id = 1;
|
230
|
+
}
|
231
|
+
|
232
|
+
message CSteamTV_GetChatModerators_Response {
|
233
|
+
repeated .CSteamTV_ChatModerator results = 1;
|
234
|
+
}
|
235
|
+
|
236
|
+
message CSteamTV_GetFollowedChannels_Request {
|
237
|
+
}
|
238
|
+
|
239
|
+
message CSteamTV_GetFollowedChannels_Response {
|
240
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
241
|
+
}
|
242
|
+
|
243
|
+
message CSteamTV_GetGames_Request {
|
244
|
+
optional uint32 appid = 1;
|
245
|
+
optional int32 algorithm = 2 [(.description) = "enum"];
|
246
|
+
optional uint32 count = 3;
|
247
|
+
}
|
248
|
+
|
249
|
+
message CSteamTV_GetGames_Response {
|
250
|
+
repeated .CSteamTV_Game results = 1;
|
251
|
+
}
|
252
|
+
|
253
|
+
message CSteamTV_GetHomePageContents_Request {
|
254
|
+
}
|
255
|
+
|
256
|
+
message CSteamTV_GetHomePageContents_Response {
|
257
|
+
repeated .CSteamTV_HomePageContentRow rows = 1;
|
258
|
+
}
|
259
|
+
|
260
|
+
message CSteamTV_GetMyBroadcastChannels_Request {
|
261
|
+
}
|
262
|
+
|
263
|
+
message CSteamTV_GetMyBroadcastChannels_Response {
|
264
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
265
|
+
}
|
266
|
+
|
267
|
+
message CSteamTV_GetSteamTVUserSettings_Request {
|
268
|
+
}
|
269
|
+
|
270
|
+
message CSteamTV_GetSteamTVUserSettings_Response {
|
271
|
+
optional bool stream_live_email = 1;
|
272
|
+
optional bool stream_live_notification = 2;
|
273
|
+
}
|
274
|
+
|
275
|
+
message CSteamTV_GetSubscribedChannels_Request {
|
276
|
+
}
|
277
|
+
|
278
|
+
message CSteamTV_GetSubscribedChannels_Response {
|
279
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
280
|
+
}
|
281
|
+
|
282
|
+
message CSteamTV_GetWordBans_Request {
|
283
|
+
optional fixed64 broadcast_channel_id = 1;
|
284
|
+
}
|
285
|
+
|
286
|
+
message CSteamTV_GetWordBans_Response {
|
287
|
+
repeated string results = 1;
|
288
|
+
}
|
289
|
+
|
290
|
+
message CSteamTV_HomePageContentRow {
|
291
|
+
optional int32 template_type = 1 [(.description) = "enum"];
|
292
|
+
optional .CSteamTV_HomePageTemplate_Takeover takeover = 2;
|
293
|
+
optional .CSteamTV_HomePageTemplate_SingleGame single_game = 3;
|
294
|
+
optional .CSteamTV_HomePageTemplate_GameList game_list = 4;
|
295
|
+
optional .CSteamTV_HomePageTemplate_QuickExplore quick_explore = 5;
|
296
|
+
optional .CSteamTV_HomePageTemplate_ConveyorBelt conveyor_belt = 6;
|
297
|
+
optional .CSteamTV_HomePageTemplate_WatchParty watch_party = 7;
|
298
|
+
optional .CSteamTV_HomePageTemplate_Developer developer = 8;
|
299
|
+
optional .CSteamTV_HomePageTemplate_Event event = 9;
|
300
|
+
}
|
301
|
+
|
302
|
+
message CSteamTV_HomePageTemplate_ConveyorBelt {
|
303
|
+
repeated .GetBroadcastChannelEntry broadcasts = 1;
|
304
|
+
optional string title = 2;
|
305
|
+
}
|
306
|
+
|
307
|
+
message CSteamTV_HomePageTemplate_Developer {
|
308
|
+
optional .GetBroadcastChannelEntry broadcast = 1;
|
309
|
+
optional string title = 2;
|
310
|
+
}
|
311
|
+
|
312
|
+
message CSteamTV_HomePageTemplate_Event {
|
313
|
+
optional string title = 1;
|
314
|
+
}
|
315
|
+
|
316
|
+
message CSteamTV_HomePageTemplate_GameList {
|
317
|
+
repeated .GameListEntry entries = 1;
|
318
|
+
optional string title = 2;
|
319
|
+
}
|
320
|
+
|
321
|
+
message CSteamTV_HomePageTemplate_QuickExplore {
|
322
|
+
repeated .GetBroadcastChannelEntry broadcasts = 1;
|
323
|
+
optional string title = 2;
|
324
|
+
}
|
325
|
+
|
326
|
+
message CSteamTV_HomePageTemplate_SingleGame {
|
327
|
+
repeated .GetBroadcastChannelEntry broadcasts = 1;
|
328
|
+
optional uint32 appid = 2;
|
329
|
+
optional string title = 3;
|
330
|
+
}
|
331
|
+
|
332
|
+
message CSteamTV_HomePageTemplate_Takeover {
|
333
|
+
repeated .GetBroadcastChannelEntry broadcasts = 1;
|
334
|
+
}
|
335
|
+
|
336
|
+
message CSteamTV_HomePageTemplate_WatchParty {
|
337
|
+
optional .GetBroadcastChannelEntry broadcast = 1;
|
338
|
+
optional string title = 2;
|
339
|
+
optional uint64 chat_group_id = 3;
|
340
|
+
}
|
341
|
+
|
342
|
+
message CSteamTV_JoinChat_Request {
|
343
|
+
optional fixed64 broadcast_channel_id = 1;
|
344
|
+
}
|
345
|
+
|
346
|
+
message CSteamTV_JoinChat_Response {
|
347
|
+
optional fixed64 chat_id = 1;
|
348
|
+
optional string view_url_template = 2;
|
349
|
+
repeated uint64 flair_group_ids = 3;
|
350
|
+
}
|
351
|
+
|
352
|
+
message CSteamTV_ReportBroadcastChannel_Request {
|
353
|
+
optional fixed64 broadcast_channel_id = 1;
|
354
|
+
optional string reason = 2;
|
355
|
+
}
|
356
|
+
|
357
|
+
message CSteamTV_ReportBroadcastChannel_Response {
|
358
|
+
}
|
359
|
+
|
360
|
+
message CSteamTV_Search_Request {
|
361
|
+
optional string term = 1;
|
362
|
+
}
|
363
|
+
|
364
|
+
message CSteamTV_Search_Response {
|
365
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
366
|
+
}
|
367
|
+
|
368
|
+
message CSteamTV_SetBroadcastChannelImage_Request {
|
369
|
+
optional fixed64 broadcast_channel_id = 1;
|
370
|
+
optional int32 image_type = 2 [(.description) = "enum"];
|
371
|
+
optional uint32 image_index = 3;
|
372
|
+
optional uint32 image_width = 4;
|
373
|
+
optional uint32 image_height = 5;
|
374
|
+
optional uint32 file_size = 6;
|
375
|
+
optional string file_extension = 7;
|
376
|
+
optional string file_hash = 8;
|
377
|
+
optional bool undo = 9;
|
378
|
+
}
|
379
|
+
|
380
|
+
message CSteamTV_SetBroadcastChannelImage_Response {
|
381
|
+
optional string replace_image_hash = 1;
|
382
|
+
}
|
383
|
+
|
384
|
+
message CSteamTV_SetBroadcastChannelLinkRegions_Request {
|
385
|
+
optional fixed64 broadcast_channel_id = 1;
|
386
|
+
repeated .CSteamTV_SetBroadcastChannelLinkRegions_Request_Links links = 2;
|
387
|
+
}
|
388
|
+
|
389
|
+
message CSteamTV_SetBroadcastChannelLinkRegions_Request_Links {
|
390
|
+
optional uint32 link_index = 1;
|
391
|
+
optional string url = 2;
|
392
|
+
optional string link_description = 3;
|
393
|
+
optional uint32 left = 4;
|
394
|
+
optional uint32 top = 5;
|
395
|
+
optional uint32 width = 6;
|
396
|
+
optional uint32 height = 7;
|
397
|
+
}
|
398
|
+
|
399
|
+
message CSteamTV_SetBroadcastChannelLinkRegions_Response {
|
400
|
+
}
|
401
|
+
|
402
|
+
message CSteamTV_SetBroadcastChannelProfile_Request {
|
403
|
+
optional fixed64 broadcast_channel_id = 1;
|
404
|
+
optional string name = 2;
|
405
|
+
optional string language = 3;
|
406
|
+
optional string headline = 4;
|
407
|
+
optional string summary = 5;
|
408
|
+
optional string avatar_hash = 6;
|
409
|
+
optional string schedule = 7;
|
410
|
+
optional string rules = 8;
|
411
|
+
optional string panels = 9;
|
412
|
+
}
|
413
|
+
|
414
|
+
message CSteamTV_SetBroadcastChannelProfile_Response {
|
415
|
+
}
|
416
|
+
|
417
|
+
message CSteamTV_SetSteamTVUserSettings_Request {
|
418
|
+
optional bool stream_live_email = 1;
|
419
|
+
optional bool stream_live_notification = 2;
|
420
|
+
}
|
421
|
+
|
422
|
+
message CSteamTV_SetSteamTVUserSettings_Response {
|
423
|
+
}
|
424
|
+
|
425
|
+
message CSteamTV_SubscribeBroadcastChannel_Request {
|
426
|
+
optional fixed64 broadcast_channel_id = 1;
|
427
|
+
}
|
428
|
+
|
429
|
+
message CSteamTV_SubscribeBroadcastChannel_Response {
|
430
|
+
optional bool is_subscribed = 1;
|
431
|
+
}
|
432
|
+
|
433
|
+
message GameListEntry {
|
434
|
+
optional uint32 appid = 1;
|
435
|
+
optional string game_name = 2;
|
436
|
+
optional .GetBroadcastChannelEntry broadcast = 3;
|
437
|
+
}
|
438
|
+
|
439
|
+
message GetBroadcastChannelEntry {
|
440
|
+
optional fixed64 broadcast_channel_id = 1;
|
441
|
+
optional string unique_name = 2;
|
442
|
+
optional string name = 3;
|
443
|
+
optional uint32 appid = 4;
|
444
|
+
optional uint64 viewers = 5;
|
445
|
+
optional uint64 views = 6;
|
446
|
+
optional string thumbnail_url = 7;
|
447
|
+
optional uint64 followers = 8;
|
448
|
+
optional string headline = 9;
|
449
|
+
optional string avatar_url = 10;
|
450
|
+
optional fixed64 broadcaster_steamid = 11;
|
451
|
+
optional uint64 subscribers = 12;
|
452
|
+
optional string background_url = 13;
|
453
|
+
optional bool is_featured = 14;
|
454
|
+
optional bool is_disabled = 15;
|
455
|
+
optional bool is_live = 16;
|
456
|
+
optional string language = 17;
|
457
|
+
optional uint32 reports = 18;
|
458
|
+
optional bool is_partnered = 19;
|
459
|
+
}
|
460
|
+
|
461
|
+
service SteamTV {
|
462
|
+
rpc AddChatBan (.CSteamTV_AddChatBan_Request) returns (.CSteamTV_AddChatBan_Response);
|
463
|
+
rpc AddChatModerator (.CSteamTV_AddChatModerator_Request) returns (.CSteamTV_AddChatModerator_Response);
|
464
|
+
rpc AddWordBan (.CSteamTV_AddWordBan_Request) returns (.CSteamTV_AddWordBan_Response);
|
465
|
+
rpc AppCheer (.CSteamTV_AppCheer_Request) returns (.CSteamTV_AppCheer_Response);
|
466
|
+
rpc CreateBroadcastChannel (.CSteamTV_CreateBroadcastChannel_Request) returns (.CSteamTV_CreateBroadcastChannel_Response);
|
467
|
+
rpc FollowBroadcastChannel (.CSteamTV_FollowBroadcastChannel_Request) returns (.CSteamTV_FollowBroadcastChannel_Response);
|
468
|
+
rpc GetBroadcastChannelBroadcasters (.CSteamTV_GetBroadcastChannelBroadcasters_Request) returns (.CSteamTV_GetBroadcastChannelBroadcasters_Response);
|
469
|
+
rpc GetBroadcastChannelClips (.CSteamTV_GetBroadcastChannelClips_Request) returns (.CSteamTV_GetBroadcastChannelClips_Response);
|
470
|
+
rpc GetBroadcastChannelID (.CSteamTV_GetBroadcastChannelID_Request) returns (.CSteamTV_GetBroadcastChannelID_Response);
|
471
|
+
rpc GetBroadcastChannelImages (.CSteamTV_GetBroadcastChannelImages_Request) returns (.CSteamTV_GetBroadcastChannelImages_Response);
|
472
|
+
rpc GetBroadcastChannelInteraction (.CSteamTV_GetBroadcastChannelInteraction_Request) returns (.CSteamTV_GetBroadcastChannelInteraction_Response);
|
473
|
+
rpc GetBroadcastChannelLinks (.CSteamTV_GetBroadcastChannelLinks_Request) returns (.CSteamTV_GetBroadcastChannelLinks_Response);
|
474
|
+
rpc GetBroadcastChannelProfile (.CSteamTV_GetBroadcastChannelProfile_Request) returns (.CSteamTV_GetBroadcastChannelProfile_Response);
|
475
|
+
rpc GetBroadcastChannelStatus (.CSteamTV_GetBroadcastChannelStatus_Request) returns (.CSteamTV_GetBroadcastChannelStatus_Response);
|
476
|
+
rpc GetChannels (.CSteamTV_GetChannels_Request) returns (.CSteamTV_GetChannels_Response);
|
477
|
+
rpc GetChatBans (.CSteamTV_GetChatBans_Request) returns (.CSteamTV_GetChatBans_Response);
|
478
|
+
rpc GetChatModerators (.CSteamTV_GetChatModerators_Request) returns (.CSteamTV_GetChatModerators_Response);
|
479
|
+
rpc GetFollowedChannels (.CSteamTV_GetFollowedChannels_Request) returns (.CSteamTV_GetFollowedChannels_Response);
|
480
|
+
rpc GetGames (.CSteamTV_GetGames_Request) returns (.CSteamTV_GetGames_Response);
|
481
|
+
rpc GetHomePageContents (.CSteamTV_GetHomePageContents_Request) returns (.CSteamTV_GetHomePageContents_Response);
|
482
|
+
rpc GetMyBroadcastChannels (.CSteamTV_GetMyBroadcastChannels_Request) returns (.CSteamTV_GetMyBroadcastChannels_Response);
|
483
|
+
rpc GetSteamTVUserSettings (.CSteamTV_GetSteamTVUserSettings_Request) returns (.CSteamTV_GetSteamTVUserSettings_Response);
|
484
|
+
rpc GetSubscribedChannels (.CSteamTV_GetSubscribedChannels_Request) returns (.CSteamTV_GetSubscribedChannels_Response);
|
485
|
+
rpc GetWordBans (.CSteamTV_GetWordBans_Request) returns (.CSteamTV_GetWordBans_Response);
|
486
|
+
rpc JoinChat (.CSteamTV_JoinChat_Request) returns (.CSteamTV_JoinChat_Response);
|
487
|
+
rpc ReportBroadcastChannel (.CSteamTV_ReportBroadcastChannel_Request) returns (.CSteamTV_ReportBroadcastChannel_Response);
|
488
|
+
rpc Search (.CSteamTV_Search_Request) returns (.CSteamTV_Search_Response);
|
489
|
+
rpc SetBroadcastChannelImage (.CSteamTV_SetBroadcastChannelImage_Request) returns (.CSteamTV_SetBroadcastChannelImage_Response);
|
490
|
+
rpc SetBroadcastChannelLinkRegions (.CSteamTV_SetBroadcastChannelLinkRegions_Request) returns (.CSteamTV_SetBroadcastChannelLinkRegions_Response);
|
491
|
+
rpc SetBroadcastChannelProfile (.CSteamTV_SetBroadcastChannelProfile_Request) returns (.CSteamTV_SetBroadcastChannelProfile_Response);
|
492
|
+
rpc SetSteamTVUserSettings (.CSteamTV_SetSteamTVUserSettings_Request) returns (.CSteamTV_SetSteamTVUserSettings_Response);
|
493
|
+
rpc SubscribeBroadcastChannel (.CSteamTV_SubscribeBroadcastChannel_Request) returns (.CSteamTV_SubscribeBroadcastChannel_Response);
|
494
|
+
}
|
495
|
+
|
@@ -0,0 +1,67 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CSteamVR_Vector3 {
|
4
|
+
optional float x = 1;
|
5
|
+
optional float y = 2;
|
6
|
+
optional float z = 3;
|
7
|
+
}
|
8
|
+
|
9
|
+
message CSteamVR_VoiceChat_Active_Notification {
|
10
|
+
}
|
11
|
+
|
12
|
+
message CSteamVR_VoiceChat_GroupName_Notification {
|
13
|
+
optional string name = 1;
|
14
|
+
}
|
15
|
+
|
16
|
+
message CSteamVR_VoiceChat_Inactive_Notification {
|
17
|
+
}
|
18
|
+
|
19
|
+
message CSteamVR_VoiceChat_NewGroupChatMsgAdded_Notification {
|
20
|
+
optional uint64 chat_group_id = 1;
|
21
|
+
optional uint64 chat_room_id = 2;
|
22
|
+
optional uint32 sender_accountid = 3;
|
23
|
+
optional uint32 timestamp = 4;
|
24
|
+
optional uint32 ordinal = 5;
|
25
|
+
optional string message = 6;
|
26
|
+
}
|
27
|
+
|
28
|
+
message CSteamVR_VoiceChat_PerUserGainValue_Notification {
|
29
|
+
optional uint32 accountid = 1;
|
30
|
+
optional bool muted = 2;
|
31
|
+
optional float gain = 3;
|
32
|
+
}
|
33
|
+
|
34
|
+
message CSteamVR_VoiceChat_PerUserVoiceStatus_Notification {
|
35
|
+
optional uint32 accountid = 1;
|
36
|
+
optional bool mic_muted_locally = 2;
|
37
|
+
optional bool output_muted_locally = 3;
|
38
|
+
}
|
39
|
+
|
40
|
+
message CSteamVR_VoiceChat_SetDefaultSession_Notification {
|
41
|
+
optional uint64 chat_group_id = 1;
|
42
|
+
optional uint64 chat_room_id = 2;
|
43
|
+
}
|
44
|
+
|
45
|
+
message CSteamVR_VoiceChat_SetSpatialAudioListener_Notification {
|
46
|
+
optional .CSteamVR_Vector3 position = 1;
|
47
|
+
optional .CSteamVR_Vector3 forward = 2;
|
48
|
+
optional .CSteamVR_Vector3 up = 3;
|
49
|
+
}
|
50
|
+
|
51
|
+
message CSteamVR_VoiceChat_SetSpatialAudioSource_Notification {
|
52
|
+
optional fixed64 steamid = 1;
|
53
|
+
optional .CSteamVR_Vector3 position = 2;
|
54
|
+
}
|
55
|
+
|
56
|
+
service SteamVRVoiceChat {
|
57
|
+
rpc Active (.CSteamVR_VoiceChat_Active_Notification) returns (.NoResponse);
|
58
|
+
rpc GroupName (.CSteamVR_VoiceChat_GroupName_Notification) returns (.NoResponse);
|
59
|
+
rpc Inactive (.CSteamVR_VoiceChat_Inactive_Notification) returns (.NoResponse);
|
60
|
+
rpc NewGroupChatMsgAdded (.CSteamVR_VoiceChat_NewGroupChatMsgAdded_Notification) returns (.NoResponse);
|
61
|
+
rpc PerUserGainValue (.CSteamVR_VoiceChat_PerUserGainValue_Notification) returns (.NoResponse);
|
62
|
+
rpc PerUserVoiceStatus (.CSteamVR_VoiceChat_PerUserVoiceStatus_Notification) returns (.NoResponse);
|
63
|
+
rpc SetDefaultSession (.CSteamVR_VoiceChat_SetDefaultSession_Notification) returns (.NoResponse);
|
64
|
+
rpc SetSpatialAudioListener (.CSteamVR_VoiceChat_SetSpatialAudioListener_Notification) returns (.NoResponse);
|
65
|
+
rpc SetSpatialAudioSource (.CSteamVR_VoiceChat_SetSpatialAudioSource_Notification) returns (.NoResponse);
|
66
|
+
}
|
67
|
+
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CSteamVR_Header {
|
4
|
+
optional int32 type = 1 [(.description) = "enum"];
|
5
|
+
optional uint32 id = 2;
|
6
|
+
}
|
7
|
+
|
8
|
+
message CSteamVR_WebRTC_Active_Notification {
|
9
|
+
}
|
10
|
+
|
11
|
+
message CSteamVR_WebRTC_DataChannel_Close_Notification {
|
12
|
+
optional uint32 channel_id = 1;
|
13
|
+
}
|
14
|
+
|
15
|
+
message CSteamVR_WebRTC_DataChannel_Error_Notification {
|
16
|
+
optional uint32 channel_id = 1;
|
17
|
+
optional string reason = 2;
|
18
|
+
}
|
19
|
+
|
20
|
+
message CSteamVR_WebRTC_DataChannel_Message_Notification {
|
21
|
+
optional uint32 channel_id = 1;
|
22
|
+
optional bytes data = 2;
|
23
|
+
}
|
24
|
+
|
25
|
+
message CSteamVR_WebRTC_DataChannel_Open_Notification {
|
26
|
+
optional uint32 channel_id = 1;
|
27
|
+
}
|
28
|
+
|
29
|
+
message CSteamVR_WebRTC_Inactive_Notification {
|
30
|
+
}
|
31
|
+
|
32
|
+
message CSteamVR_WebRTC_OnDataChannel_Notification {
|
33
|
+
optional fixed64 source_steamid = 1;
|
34
|
+
optional uint32 channel_id = 2;
|
35
|
+
optional string label = 3;
|
36
|
+
}
|
37
|
+
|
38
|
+
service SteamVRWebRTC {
|
39
|
+
rpc Active (.CSteamVR_WebRTC_Active_Notification) returns (.NoResponse);
|
40
|
+
rpc Header (.CSteamVR_Header) returns (.NoResponse);
|
41
|
+
rpc Inactive (.CSteamVR_WebRTC_Inactive_Notification) returns (.NoResponse);
|
42
|
+
rpc Notify_DataChannelClose (.CSteamVR_WebRTC_DataChannel_Close_Notification) returns (.NoResponse);
|
43
|
+
rpc Notify_DataChannelError (.CSteamVR_WebRTC_DataChannel_Error_Notification) returns (.NoResponse);
|
44
|
+
rpc Notify_DataChannelMessage (.CSteamVR_WebRTC_DataChannel_Message_Notification) returns (.NoResponse);
|
45
|
+
rpc Notify_DataChannelOpen (.CSteamVR_WebRTC_DataChannel_Open_Notification) returns (.NoResponse);
|
46
|
+
rpc Notify_OnDataChannel (.CSteamVR_WebRTC_OnDataChannel_Notification) returns (.NoResponse);
|
47
|
+
}
|
48
|
+
|