- [x] Major re-code of TikTokLive library
- [x] Redo event schemas and standardize with snake_case formatting
- [x] Add custom websocket handling, remove long polling
- [x] Fix issues with clients not being able to gracefully close
- [x] Add new `intro_message` event
There are many breaking changes:
1) All event schemas have changed to snake_case
2) Removed `reconnect` and `send_message`
3) Renamed `mic_battle`, `mic_armies`, `viewer_count_update`
See full release changelog here: https://github.com/isaackogan/TikTokLive/issues/105
See referenced issue(s) here: N/A
Upgrade with `pip install TikTokLive --upgrade`