mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 01:09:40 -05:00
Changes:
`onWebsocketMessage()` TikTokWebsocketMessageEvent new event that is triggered when new ProtocolBuffer message come from TikTok server. Should be mainly use for debuging purpose Bugs: - Fixed bug: WebcastSocialMessage was always triggering `TikTokShareEvent` events such as `TikTokLikeEvent`, `TikTokFollowEvent`, `TikTokShareEvent`, `TikTokJoinEvent` was ignored - Fixed bug: Websocket was disconnecting when there was no incoming events for the while. Fixed by implementing background loop that pinging TikTok server every few ms. - Fixed bug: Disconnect method was not working
This commit is contained in:
@@ -414,13 +414,16 @@ message User {
|
||||
Picture profilePicture = 9; // Avatar
|
||||
Picture picture720 = 10; // 720p
|
||||
Picture picture1080 = 11; // 1080p
|
||||
uint32 data2 = 15;
|
||||
uint64 data3 = 16;
|
||||
int32 status = 15;
|
||||
int64 createTime = 16;
|
||||
int64 modifyTime = 17;
|
||||
int32 secret = 18;
|
||||
string shareQrcodeUri = 19;
|
||||
repeated Picture additionalPictures = 21;
|
||||
FollowerData followerData = 22;
|
||||
string userString1 = 23;
|
||||
// string userString1 = 23;
|
||||
UserRanking userRank1 = 25;
|
||||
string userString2 = 32;
|
||||
// string userString2 = 32;
|
||||
uint64 data4 = 37;
|
||||
string uniqueId = 38; // @-ID for user
|
||||
string data5 = 46;
|
||||
|
||||
Reference in New Issue
Block a user