tgortcflutter 1.0.0
tgortcflutter: ^1.0.0 copied to clipboard
A Flutter SDK for audio and video calling based on LiveKit. Provides easy-to-use APIs for room management, participant tracking, and media control.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-01-09 #
Added #
- Initial release
TgoRTC- Main SDK entry point with singleton patternTgoRoomManager- Room connection and disconnection managementTgoParticipantManager- Local and remote participant managementTgoParticipant- Participant wrapper with state listeners- Microphone state listener
- Camera state listener
- Speaking state listener
- Join/Leave event listeners
TgoTrackRenderer- Video track rendering widgetTgoAudioManager- Audio output management (speaker/earpiece switching)- Support for LiveKit as the underlying WebRTC infrastructure