feat: upgrade linphone-sdk to 5.4.84 and add syncCurrentState

This commit is contained in:
Andrew 2026-02-03 15:53:40 +07:00
parent f29d9d42e5
commit 06a57d5c21
8 changed files with 36 additions and 3 deletions

View file

@ -67,4 +67,7 @@ class LiblinphoneFlutter {
LiblinphoneFlutterPlatform.instance.toggleMicrophone();
Future<bool> stop() async => LiblinphoneFlutterPlatform.instance.stop();
Future<void> syncCurrentState() async =>
LiblinphoneFlutterPlatform.instance.syncCurrentState();
}