feat: upgrade linphone-sdk to 5.4.84 and add syncCurrentState
This commit is contained in:
parent
f29d9d42e5
commit
06a57d5c21
8 changed files with 36 additions and 3 deletions
|
|
@ -84,4 +84,9 @@ class MethodChannelLiblinphoneFlutter extends LiblinphoneFlutterPlatform {
|
|||
Future<bool> stop() async {
|
||||
return (await methodChannel.invokeMethod<bool>('stop'))!;
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> syncCurrentState() async {
|
||||
return (await methodChannel.invokeMethod<bool>('syncCurrentState'))!;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue