From 33a3f7afb801df3798f7d97b6f4e139ff98ff068 Mon Sep 17 00:00:00 2001 From: Jacek W Date: Tue, 5 Dec 2023 02:33:33 +0100 Subject: [PATCH] Update collaboration.md --- collaboration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collaboration.md b/collaboration.md index 4de0581..e700260 100644 --- a/collaboration.md +++ b/collaboration.md @@ -67,8 +67,8 @@ Are you willing to help or improve TikTokLiveJava? - `TikTokLiveClientBuilder` preparing `TikTokLiveClient` class - `TikTokApiService` use for Http requests to TikTok/Sign API - `TikTokWebSocketClient` receiving all ProtocolBuffer messages from TikTok - - `TikTokMessageHandler` **heart of libraryt** finds suitable mapping for incoming data and trigger its mapping handler as result list of events - is created. check out `TikTokMessageHandler.handleSingleMessage` + - `TikTokMessageHandler` **heart of library** it finds suitable mapping for incoming data and trigger its mapping handler as result list of events + is created and published. check out `TikTokMessageHandler.handleSingleMessage` - `TikTokMessageHandlerRegistration` register all mappings TikTok data -> TikTokLiveJava events - `TikTokEventObserver` used to register and trigger TikTok events