view360_call 0.0.1
view360_call: ^0.0.1 copied to clipboard
A Flutter package for VoIP calling with SIP, WebRTC, and CallKit integration, providing specialized UI components like call screens and dialpads.
0.0.1 #
- Initial release.
- Added
SipManagerfor handling SIP registration and call states. - Integrated
flutter_callkit_incomingfor native incoming call UI. - Added
CallPagefor active call management (Mute, Hold, Speaker). - Implemented WebRTC audio/video calling logic.
- Standardized logging with
debugPrint.