steamutils 1.3.64 → 1.3.66
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +12 -10
- package/index.js +96 -0
- package/package.json +2 -2
- package/protos/csgo/base_gcmessages.proto +553 -0
- package/protos/csgo/connectionless_netmessages.proto +0 -2
- package/protos/csgo/cs_gameevents.proto +1 -0
- package/protos/csgo/cstrike15_gcmessages.proto +41 -12
- package/protos/csgo/cstrike15_usermessages.proto +0 -4
- package/protos/csgo/demo.proto +5 -0
- package/protos/csgo/econ_gcmessages.proto +0 -9
- package/protos/csgo/gcsdk_gcmessages.proto +2 -2
- package/protos/csgo/gcsystemmsgs.proto +1 -0
- package/protos/csgo/netmessages.proto +22 -8
- package/protos/csgo/networkbasetypes.proto +2 -0
- package/protos/csgo/steammessages.proto +23 -0
- package/protos/csgo/usercmd.proto +2 -1
- package/protos/csgo/usermessages.proto +31 -0
- package/protos/steam/enums.proto +58 -1
- package/protos/steam/enums_clientserver.proto +3 -34
- package/protos/steam/enums_productinfo.proto +1 -0
- package/protos/steam/htmlmessages.proto +12 -0
- package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
- package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
- package/protos/steam/steammessages_appoverview.proto +18 -1
- package/protos/steam/steammessages_auth.steamclient.proto +128 -188
- package/protos/steam/steammessages_base.proto +3 -0
- package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
- package/protos/steam/steammessages_chat.steamclient.proto +79 -290
- package/protos/steam/steammessages_client_objects.proto +4 -0
- package/protos/steam/steammessages_clientlanp2p.proto +1 -0
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
- package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
- package/protos/steam/steammessages_clientserver_2.proto +11 -0
- package/protos/steam/steammessages_clientserver_login.proto +1 -1
- package/protos/steam/steammessages_clientserver_mms.proto +228 -235
- package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
- package/protos/steam/steammessages_clientserver_uds.proto +1 -0
- package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
- package/protos/steam/steammessages_clientsettings.proto +46 -6
- package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
- package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
- package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
- package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
- package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
- package/protos/steam/steammessages_econ.steamclient.proto +12 -25
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
- package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
- package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
- package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
- package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
- package/protos/steam/steammessages_market.steamclient.proto +9 -13
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
- package/protos/steam/steammessages_offline.steamclient.proto +2 -9
- package/protos/steam/steammessages_parental.steamclient.proto +100 -66
- package/protos/steam/steammessages_parties.steamclient.proto +6 -25
- package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
- package/protos/steam/steammessages_player.steamclient.proto +133 -278
- package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
- package/protos/steam/steammessages_qms.steamclient.proto +4 -18
- package/protos/steam/steammessages_remoteclient.proto +2 -1
- package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
- package/protos/steam/steammessages_remoteplay.proto +1 -2
- package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
- package/protos/steam/steammessages_shader.steamclient.proto +6 -25
- package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
- package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
- package/protos/steam/steammessages_store.steamclient.proto +110 -77
- package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
- package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
- package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
- package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
- package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
- package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
- package/protos/steam/steammessages_vac.steamclient.proto +2 -9
- package/protos/steam/steammessages_video.steamclient.proto +25 -128
- package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
- package/protos/steam/webuimessages_achievements.proto +29 -0
- package/protos/steam/webuimessages_gamescope.proto +57 -0
- package/protos/steam/webuimessages_steamengine.proto +9 -0
- package/protos/steam/webuimessages_steamos.proto +114 -0
- package/protos/steam/webuimessages_transport.proto +4 -0
- package/protos/steam/webuimessages_transportvalidation.proto +14 -0
- package/test_steamclient.js +4 -3
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
- package/protos/steam/renderer/rendermessages.proto +0 -893
- package/protos/steam/steammessages_star.steamclient.proto +0 -64
- package/protos/webui/common.proto +0 -5508
- package/protos/webui/common_base.proto +0 -27
- package/protos/webui/service_accountlinking.proto +0 -27
- package/protos/webui/service_accountprivacy.proto +0 -42
- package/protos/webui/service_auction.proto +0 -97
- package/protos/webui/service_authentication.proto +0 -222
- package/protos/webui/service_authenticationsupport.proto +0 -74
- package/protos/webui/service_broadcast.proto +0 -562
- package/protos/webui/service_chat.proto +0 -11
- package/protos/webui/service_chatroom.proto +0 -810
- package/protos/webui/service_chatusability.proto +0 -107
- package/protos/webui/service_clan.proto +0 -41
- package/protos/webui/service_clanchatrooms.proto +0 -25
- package/protos/webui/service_clanfaqs.proto +0 -202
- package/protos/webui/service_clientcomm.proto +0 -150
- package/protos/webui/service_clientmetrics.proto +0 -63
- package/protos/webui/service_cloud.proto +0 -222
- package/protos/webui/service_cloudconfigstore.proto +0 -51
- package/protos/webui/service_cloudgaming.proto +0 -30
- package/protos/webui/service_community.proto +0 -365
- package/protos/webui/service_econ.proto +0 -134
- package/protos/webui/service_embedded.proto +0 -24
- package/protos/webui/service_experimentservice.proto +0 -6
- package/protos/webui/service_fovasvideo.proto +0 -15
- package/protos/webui/service_friendmessages.proto +0 -133
- package/protos/webui/service_friendslist.proto +0 -70
- package/protos/webui/service_gamenotes.proto +0 -15
- package/protos/webui/service_helprequestlogs.proto +0 -26
- package/protos/webui/service_loyaltyrewards.proto +0 -252
- package/protos/webui/service_marketingmessages.proto +0 -184
- package/protos/webui/service_mobileapp.proto +0 -18
- package/protos/webui/service_mobileauth.proto +0 -24
- package/protos/webui/service_mobiledevice.proto +0 -26
- package/protos/webui/service_mobileperaccount.proto +0 -31
- package/protos/webui/service_news.proto +0 -101
- package/protos/webui/service_parental.proto +0 -178
- package/protos/webui/service_partnermembershipinvite.proto +0 -29
- package/protos/webui/service_partnerstorebrowse.proto +0 -6
- package/protos/webui/service_phone.proto +0 -51
- package/protos/webui/service_physicalgoods.proto +0 -15
- package/protos/webui/service_player.proto +0 -885
- package/protos/webui/service_promotioneventinvites.proto +0 -50
- package/protos/webui/service_promotionplanning.proto +0 -72
- package/protos/webui/service_publishedfile.proto +0 -687
- package/protos/webui/service_publishing.proto +0 -119
- package/protos/webui/service_quest.proto +0 -127
- package/protos/webui/service_salefeature.proto +0 -315
- package/protos/webui/service_saleitemrewards.proto +0 -54
- package/protos/webui/service_shoppingcart.proto +0 -108
- package/protos/webui/service_steamawards.proto +0 -19
- package/protos/webui/service_steamcharts.proto +0 -75
- package/protos/webui/service_steamengine.proto +0 -36
- package/protos/webui/service_steamlearn.proto +0 -727
- package/protos/webui/service_steamnotification.proto +0 -84
- package/protos/webui/service_steamtv.proto +0 -495
- package/protos/webui/service_steamvrvoicechat.proto +0 -67
- package/protos/webui/service_steamvrwebrtc.proto +0 -48
- package/protos/webui/service_storagedevicemanager.proto +0 -104
- package/protos/webui/service_store.proto +0 -289
- package/protos/webui/service_storeappsimilarity.proto +0 -76
- package/protos/webui/service_storebrowse.proto +0 -73
- package/protos/webui/service_storequery.proto +0 -97
- package/protos/webui/service_storesales.proto +0 -15
- package/protos/webui/service_storetopsellers.proto +0 -44
- package/protos/webui/service_systemmanager.proto +0 -11
- package/protos/webui/service_test_transporterror.proto +0 -6
- package/protos/webui/service_transportauth.proto +0 -12
- package/protos/webui/service_transportvalidation.proto +0 -69
- package/protos/webui/service_twofactor.proto +0 -181
- package/protos/webui/service_useraccount.proto +0 -138
- package/protos/webui/service_usergameactivity.proto +0 -34
- package/protos/webui/service_usergamenotes.proto +0 -53
- package/protos/webui/service_usernews.proto +0 -68
- package/protos/webui/service_userreviews.proto +0 -96
- package/protos/webui/service_video.proto +0 -128
- package/protos/webui/service_voicechat.proto +0 -139
- package/protos/webui/service_webrtc.proto +0 -52
@@ -1,128 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CVideo_BeginGameClipSegmentsUpload_Request {
|
4
|
-
optional uint64 clip_id = 1;
|
5
|
-
optional string component_name = 2;
|
6
|
-
optional string representation_name = 3;
|
7
|
-
repeated .CVideo_GameClipSegmentInfo segments_to_store = 4;
|
8
|
-
}
|
9
|
-
|
10
|
-
message CVideo_BeginGameClipSegmentsUpload_Response {
|
11
|
-
repeated .CVideo_GameClipSegmentUploadInfo segments_needed = 1;
|
12
|
-
optional bool call_again = 2;
|
13
|
-
}
|
14
|
-
|
15
|
-
message CVideo_ClientGetVideoURL_Request {
|
16
|
-
optional uint64 video_id = 1;
|
17
|
-
optional uint32 client_cellid = 2;
|
18
|
-
}
|
19
|
-
|
20
|
-
message CVideo_ClientGetVideoURL_Response {
|
21
|
-
optional uint64 video_id = 1;
|
22
|
-
optional string video_url = 2;
|
23
|
-
}
|
24
|
-
|
25
|
-
message CVideo_CommitGameClipSegmentsUpload_Request {
|
26
|
-
optional uint64 clip_id = 1;
|
27
|
-
optional string component_name = 2;
|
28
|
-
optional string representation_name = 3;
|
29
|
-
optional uint32 first_segment_number = 4;
|
30
|
-
optional uint32 num_segments = 5;
|
31
|
-
optional uint32 upload_result = 6;
|
32
|
-
}
|
33
|
-
|
34
|
-
message CVideo_CommitGameClipSegmentsUpload_Response {
|
35
|
-
}
|
36
|
-
|
37
|
-
message CVideo_CreateGameClip_Request {
|
38
|
-
optional uint32 app_id = 1;
|
39
|
-
optional uint32 num_segments = 2;
|
40
|
-
optional uint32 length_milliseconds = 3;
|
41
|
-
optional uint32 segment_duration_timescale = 4;
|
42
|
-
optional uint32 segment_duration = 5;
|
43
|
-
repeated .CVideo_GameClipComponent components = 6;
|
44
|
-
}
|
45
|
-
|
46
|
-
message CVideo_CreateGameClip_Response {
|
47
|
-
optional uint64 clip_id = 1;
|
48
|
-
}
|
49
|
-
|
50
|
-
message CVideo_GameClipComponent {
|
51
|
-
optional string component_name = 1;
|
52
|
-
optional uint32 contents = 2;
|
53
|
-
optional uint32 segment_size = 3;
|
54
|
-
optional string file_type = 4;
|
55
|
-
repeated .CVideo_GameClipRepresentation representations = 5;
|
56
|
-
}
|
57
|
-
|
58
|
-
message CVideo_GameClipRepresentation {
|
59
|
-
optional string representation_name = 2;
|
60
|
-
optional uint32 horizontal_resolution = 3;
|
61
|
-
optional uint32 vertical_resolution = 4;
|
62
|
-
optional double frame_rate = 5;
|
63
|
-
optional uint32 bandwidth = 6;
|
64
|
-
optional uint32 audio_sample_rate = 7;
|
65
|
-
optional string frame_rate_string = 8;
|
66
|
-
optional string codec = 9;
|
67
|
-
optional uint32 audio_channel_config = 10;
|
68
|
-
}
|
69
|
-
|
70
|
-
message CVideo_GameClipSegmentInfo {
|
71
|
-
optional uint32 segment_number = 4;
|
72
|
-
optional uint64 segment_size_bytes = 5;
|
73
|
-
}
|
74
|
-
|
75
|
-
message CVideo_GameClipSegmentUploadInfo {
|
76
|
-
optional .CVideo_GameClipSegmentInfo segment_info = 1;
|
77
|
-
optional string url_host = 2;
|
78
|
-
optional string url_path = 3;
|
79
|
-
optional bool use_https = 4;
|
80
|
-
repeated .CVideo_GameClipSegmentUploadInfo_HTTPHeaders request_headers = 5;
|
81
|
-
}
|
82
|
-
|
83
|
-
message CVideo_GameClipSegmentUploadInfo_HTTPHeaders {
|
84
|
-
optional string name = 1;
|
85
|
-
optional string value = 2;
|
86
|
-
}
|
87
|
-
|
88
|
-
message CVideo_GetVideoBookmarks_Request {
|
89
|
-
repeated uint32 appids = 1;
|
90
|
-
optional uint32 updated_since = 2;
|
91
|
-
}
|
92
|
-
|
93
|
-
message CVideo_GetVideoBookmarks_Response {
|
94
|
-
repeated .VideoBookmark bookmarks = 1;
|
95
|
-
}
|
96
|
-
|
97
|
-
message CVideo_SetVideoBookmark_Notification {
|
98
|
-
repeated .VideoBookmark bookmarks = 1;
|
99
|
-
}
|
100
|
-
|
101
|
-
message CVideo_UnlockedH264_Notification {
|
102
|
-
optional bytes encryption_key = 1;
|
103
|
-
}
|
104
|
-
|
105
|
-
message VideoBookmark {
|
106
|
-
optional uint32 app_id = 1;
|
107
|
-
optional uint32 playback_position_in_seconds = 2;
|
108
|
-
optional uint64 video_track_id = 3;
|
109
|
-
optional uint64 audio_track_id = 4;
|
110
|
-
optional uint64 timedtext_track_id = 5;
|
111
|
-
optional uint32 last_modified = 6;
|
112
|
-
optional bool hide_from_watch_history = 7 [default = false];
|
113
|
-
optional bool hide_from_library = 8 [default = false];
|
114
|
-
}
|
115
|
-
|
116
|
-
service Video {
|
117
|
-
rpc BeginGameClipSegmentsUpload (.CVideo_BeginGameClipSegmentsUpload_Request) returns (.CVideo_BeginGameClipSegmentsUpload_Response);
|
118
|
-
rpc ClientGetVideoURL (.CVideo_ClientGetVideoURL_Request) returns (.CVideo_ClientGetVideoURL_Response);
|
119
|
-
rpc CommitGameClipSegmentsUpload (.CVideo_CommitGameClipSegmentsUpload_Request) returns (.CVideo_CommitGameClipSegmentsUpload_Response);
|
120
|
-
rpc CreateGameClip (.CVideo_CreateGameClip_Request) returns (.CVideo_CreateGameClip_Response);
|
121
|
-
rpc GetVideoBookmarks (.CVideo_GetVideoBookmarks_Request) returns (.CVideo_GetVideoBookmarks_Response);
|
122
|
-
rpc SetVideoBookmark (.CVideo_SetVideoBookmark_Notification) returns (.NoResponse);
|
123
|
-
}
|
124
|
-
|
125
|
-
service VideoClient {
|
126
|
-
rpc NotifyUnlockedH264 (.CVideo_UnlockedH264_Notification) returns (.NoResponse);
|
127
|
-
}
|
128
|
-
|
@@ -1,139 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CVoiceChat_AllMembersStatus_Notification {
|
4
|
-
optional fixed64 voice_chatid = 1;
|
5
|
-
repeated .CVoiceChat_UserVoiceStatus_Notification users = 2;
|
6
|
-
}
|
7
|
-
|
8
|
-
message CVoiceChat_AnswerOneOnOneChat_Request {
|
9
|
-
optional fixed64 voice_chatid = 1;
|
10
|
-
optional fixed64 steamid_partner = 2;
|
11
|
-
optional bool accepted_request = 3;
|
12
|
-
}
|
13
|
-
|
14
|
-
message CVoiceChat_AnswerOneOnOneChat_Response {
|
15
|
-
}
|
16
|
-
|
17
|
-
message CVoiceChat_EndOneOnOneChat_Request {
|
18
|
-
optional fixed64 steamid_partner = 1;
|
19
|
-
}
|
20
|
-
|
21
|
-
message CVoiceChat_EndOneOnOneChat_Response {
|
22
|
-
}
|
23
|
-
|
24
|
-
message CVoiceChat_LeaveOneOnOneChat_Request {
|
25
|
-
optional fixed64 steamid_partner = 1;
|
26
|
-
optional fixed64 voice_chatid = 2;
|
27
|
-
}
|
28
|
-
|
29
|
-
message CVoiceChat_LeaveOneOnOneChat_Response {
|
30
|
-
}
|
31
|
-
|
32
|
-
message CVoiceChat_LeaveVoiceChat_Request {
|
33
|
-
optional fixed64 voice_chatid = 1;
|
34
|
-
}
|
35
|
-
|
36
|
-
message CVoiceChat_LeaveVoiceChat_Response {
|
37
|
-
}
|
38
|
-
|
39
|
-
message CVoiceChat_OneOnOneChatRequested_Notification {
|
40
|
-
optional fixed64 voice_chatid = 1;
|
41
|
-
optional fixed64 steamid_partner = 2;
|
42
|
-
}
|
43
|
-
|
44
|
-
message CVoiceChat_OneOnOneChatRequestResponse_Notification {
|
45
|
-
optional fixed64 voicechat_id = 1;
|
46
|
-
optional fixed64 steamid_partner = 2;
|
47
|
-
optional bool accepted_request = 3;
|
48
|
-
}
|
49
|
-
|
50
|
-
message CVoiceChat_RequestOneOnOneChat_Request {
|
51
|
-
optional fixed64 steamid_partner = 1;
|
52
|
-
}
|
53
|
-
|
54
|
-
message CVoiceChat_RequestOneOnOneChat_Response {
|
55
|
-
optional fixed64 voice_chatid = 1;
|
56
|
-
}
|
57
|
-
|
58
|
-
message CVoiceChat_UpdateVoiceChatWebRTCData_Request {
|
59
|
-
optional fixed64 voice_chatid = 1;
|
60
|
-
optional uint32 ip_webrtc_server = 2;
|
61
|
-
optional uint32 port_webrtc_server = 3;
|
62
|
-
optional uint32 ip_webrtc_client = 4;
|
63
|
-
optional uint32 port_webrtc_client = 5;
|
64
|
-
optional uint32 ssrc_my_sending_stream = 6;
|
65
|
-
optional string user_agent = 7;
|
66
|
-
optional bool has_audio_worklets_support = 8;
|
67
|
-
optional bool has_webrtc_data_channel = 9;
|
68
|
-
}
|
69
|
-
|
70
|
-
message CVoiceChat_UpdateVoiceChatWebRTCData_Response {
|
71
|
-
optional bool send_client_voice_logs = 1;
|
72
|
-
}
|
73
|
-
|
74
|
-
message CVoiceChat_UploadClientVoiceChatLogs_Request {
|
75
|
-
optional fixed64 voice_chatid = 1;
|
76
|
-
optional string client_voice_logs_new_lines = 2;
|
77
|
-
}
|
78
|
-
|
79
|
-
message CVoiceChat_UploadClientVoiceChatLogs_Response {
|
80
|
-
}
|
81
|
-
|
82
|
-
message CVoiceChat_UserJoinedVoiceChat_Notification {
|
83
|
-
optional fixed64 voice_chatid = 1;
|
84
|
-
optional fixed64 user_steamid = 2;
|
85
|
-
optional uint64 chatid = 3;
|
86
|
-
optional fixed64 one_on_one_steamid_lower = 4;
|
87
|
-
optional fixed64 one_on_one_steamid_higher = 5;
|
88
|
-
optional uint64 chat_group_id = 6;
|
89
|
-
optional uint32 user_sessionid = 7;
|
90
|
-
}
|
91
|
-
|
92
|
-
message CVoiceChat_UserLeftVoiceChat_Notification {
|
93
|
-
optional fixed64 voice_chatid = 1;
|
94
|
-
optional fixed64 user_steamid = 2;
|
95
|
-
optional uint64 chatid = 3;
|
96
|
-
optional fixed64 one_on_one_steamid_lower = 4;
|
97
|
-
optional fixed64 one_on_one_steamid_higher = 5;
|
98
|
-
optional uint64 chat_group_id = 6;
|
99
|
-
optional uint32 user_sessionid = 7;
|
100
|
-
}
|
101
|
-
|
102
|
-
message CVoiceChat_UserVoiceStatus_Notification {
|
103
|
-
optional fixed64 voice_chatid = 1;
|
104
|
-
optional fixed64 user_steamid = 2;
|
105
|
-
optional bool user_muted_mic_locally = 3;
|
106
|
-
optional bool user_muted_output_locally = 4;
|
107
|
-
optional bool user_has_no_mic_for_session = 5;
|
108
|
-
optional int32 user_webaudio_sample_rate = 6;
|
109
|
-
}
|
110
|
-
|
111
|
-
message CVoiceChat_VoiceChatEnded_Notification {
|
112
|
-
optional fixed64 voice_chatid = 1;
|
113
|
-
optional fixed64 one_on_one_steamid_lower = 2;
|
114
|
-
optional fixed64 one_on_one_steamid_higher = 3;
|
115
|
-
optional uint64 chatid = 4;
|
116
|
-
optional uint64 chat_group_id = 5;
|
117
|
-
}
|
118
|
-
|
119
|
-
service VoiceChat {
|
120
|
-
rpc AnswerOneOnOneChat (.CVoiceChat_AnswerOneOnOneChat_Request) returns (.CVoiceChat_AnswerOneOnOneChat_Response);
|
121
|
-
rpc EndOneOnOneChat (.CVoiceChat_EndOneOnOneChat_Request) returns (.CVoiceChat_EndOneOnOneChat_Response);
|
122
|
-
rpc LeaveOneOnOneChat (.CVoiceChat_LeaveOneOnOneChat_Request) returns (.CVoiceChat_LeaveOneOnOneChat_Response);
|
123
|
-
rpc LeaveVoiceChat (.CVoiceChat_LeaveVoiceChat_Request) returns (.CVoiceChat_LeaveVoiceChat_Response);
|
124
|
-
rpc NotifyUserVoiceStatus (.CVoiceChat_UserVoiceStatus_Notification) returns (.NoResponse);
|
125
|
-
rpc RequestOneOnOneChat (.CVoiceChat_RequestOneOnOneChat_Request) returns (.CVoiceChat_RequestOneOnOneChat_Response);
|
126
|
-
rpc UpdateVoiceChatWebRTCData (.CVoiceChat_UpdateVoiceChatWebRTCData_Request) returns (.CVoiceChat_UpdateVoiceChatWebRTCData_Response);
|
127
|
-
rpc UploadClientVoiceChatLogs (.CVoiceChat_UploadClientVoiceChatLogs_Request) returns (.CVoiceChat_UploadClientVoiceChatLogs_Response);
|
128
|
-
}
|
129
|
-
|
130
|
-
service VoiceChatClient {
|
131
|
-
rpc NotifyAllUsersVoiceStatus (.CVoiceChat_AllMembersStatus_Notification) returns (.NoResponse);
|
132
|
-
rpc NotifyOneOnOneChatRequested (.CVoiceChat_OneOnOneChatRequested_Notification) returns (.NoResponse);
|
133
|
-
rpc NotifyOneOnOneChatResponse (.CVoiceChat_OneOnOneChatRequestResponse_Notification) returns (.NoResponse);
|
134
|
-
rpc NotifyUserJoinedVoiceChat (.CVoiceChat_UserJoinedVoiceChat_Notification) returns (.NoResponse);
|
135
|
-
rpc NotifyUserLeftVoiceChat (.CVoiceChat_UserLeftVoiceChat_Notification) returns (.NoResponse);
|
136
|
-
rpc NotifyUserVoiceStatus (.CVoiceChat_UserVoiceStatus_Notification) returns (.NoResponse);
|
137
|
-
rpc NotifyVoiceChatEnded (.CVoiceChat_VoiceChatEnded_Notification) returns (.NoResponse);
|
138
|
-
}
|
139
|
-
|
@@ -1,52 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CWebRTC_WebRTCSessionConnected_Notification {
|
4
|
-
optional uint32 ssrc = 1;
|
5
|
-
optional uint32 client_ip = 2;
|
6
|
-
optional uint32 client_port = 3;
|
7
|
-
optional uint32 server_ip = 4;
|
8
|
-
optional uint32 server_port = 5;
|
9
|
-
}
|
10
|
-
|
11
|
-
message CWebRTC_WebRTCUpdateRemoteDescription_Notification {
|
12
|
-
optional string remote_description = 1;
|
13
|
-
optional uint64 remote_description_version = 2;
|
14
|
-
repeated .CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping ssrcs_to_accountids = 3;
|
15
|
-
}
|
16
|
-
|
17
|
-
message CWebRTC_WebRTCUpdateRemoteDescription_Notification_CSSRCToAccountIDMapping {
|
18
|
-
optional uint32 ssrc = 1;
|
19
|
-
optional uint32 accountid = 2;
|
20
|
-
}
|
21
|
-
|
22
|
-
message CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request {
|
23
|
-
optional uint32 ip_webrtc_server = 1;
|
24
|
-
optional uint32 port_webrtc_server = 2;
|
25
|
-
optional uint32 ip_webrtc_session_client = 3;
|
26
|
-
optional uint32 port_webrtc_session_client = 4;
|
27
|
-
optional uint64 remote_description_version = 5;
|
28
|
-
}
|
29
|
-
|
30
|
-
message CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response {
|
31
|
-
}
|
32
|
-
|
33
|
-
message CWebRTCClient_InitiateWebRTCConnection_Request {
|
34
|
-
optional string sdp = 1;
|
35
|
-
optional string browser_name = 2;
|
36
|
-
optional string browser_version = 3;
|
37
|
-
}
|
38
|
-
|
39
|
-
message CWebRTCClient_InitiateWebRTCConnection_Response {
|
40
|
-
optional string remote_description = 1;
|
41
|
-
}
|
42
|
-
|
43
|
-
service WebRTCClient {
|
44
|
-
rpc AcknowledgeUpdatedRemoteDescription (.CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Request) returns (.CWebRTCClient_AcknowledgeUpdatedRemoteDescription_Response);
|
45
|
-
rpc InitiateWebRTCConnection (.CWebRTCClient_InitiateWebRTCConnection_Request) returns (.CWebRTCClient_InitiateWebRTCConnection_Response);
|
46
|
-
}
|
47
|
-
|
48
|
-
service WebRTCClientNotifications {
|
49
|
-
rpc NotifyWebRTCSessionConnected (.CWebRTC_WebRTCSessionConnected_Notification) returns (.NoResponse);
|
50
|
-
rpc NotifyWebRTCUpdateRemoteDescription (.CWebRTC_WebRTCUpdateRemoteDescription_Notification) returns (.NoResponse);
|
51
|
-
}
|
52
|
-
|