v2.0.1
lipku/LiveTalkingv2.0.1Apr 11, 2026by lipku
AI Summary
Changes the `sessionid` data type from integer to string to improve system extensibility.
Key Highlights
- Changed `sessionid` type from `int` to `str`
- Requires frontend API interface updates
Breaking Changes
- Changed `sessionid` type from `int` to `str`
New Features
- Improved `sessionid` extensibility
Full Release Notes
sessionid类型由int改成str,方便扩展。 **注意:前端api接口该字段类型都需要改**