feat: add custom notification title and message for VoIP calls (also stopCallService method)
This commit is contained in:
parent
f722fc0e5f
commit
ab5df9fd28
7 changed files with 106 additions and 26 deletions
|
|
@ -224,6 +224,9 @@ public class LiblinphoneFlutterPlugin: NSObject, FlutterPlugin {
|
|||
let success = linphoneBridge.sendDtmf(tone: tone)
|
||||
result(success)
|
||||
|
||||
case "stopCallService":
|
||||
result(true)
|
||||
|
||||
default:
|
||||
result(FlutterMethodNotImplemented)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue