Update collaboration.md

This commit is contained in:
Jacek W
2023-12-05 02:32:42 +01:00
committed by GitHub
parent 214aa3b1ff
commit 6c888c5d5b

View File

@@ -67,6 +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`
- `TikTokMessageHandlerRegistration` register all mappings TikTok data -> TikTokLiveJava events
- `TikTokEventObserver` used to register and trigger TikTok events