You've already forked Douyin_Web_Live
2022-05-19 修复改用wss协议后无法使用的问题
This commit is contained in:
14
protobuf/wss.proto
Normal file
14
protobuf/wss.proto
Normal file
@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message WssResponse{
|
||||
int64 wss_push_room_id = 1;
|
||||
int64 wss_push_did = 2;
|
||||
int64 wss_push_log_id = 3;
|
||||
int64 wss_fetch_ms = 4;
|
||||
int64 wss_push_ms = 5;
|
||||
string wss_msg_type = 6;
|
||||
string pb = 7;
|
||||
bytes data = 8;
|
||||
int64 server_time = 9;
|
||||
string compress_type = 10;
|
||||
}
|
Reference in New Issue
Block a user