7b1f10d4d5
## Summary Add support for Phone side (like in the Android and SailfishOS apps) to telephony plugin. this requires ModemManager to work. Call state notifications are currently supported, more capabilities are possible. Tested on PinePhone but should probably work on every linux Phone with ModemManager. to test, pair kdeconnect on your linux phone to desktop, and call your phone. you should get notification on the desktop, telling you that phone call is incoming.
13 lines
547 B
Text
13 lines
547 B
Text
|
|
This plugin will display a notification each time a package with type
|
|
"kdeconnect.telephony" is received. The type of notification will change
|
|
depending on the contents of the field "event" (string).
|
|
|
|
Valid contents for "event" are: "ringing", "talking", "missedCall" and "sms".
|
|
|
|
If the incoming package contains a "phoneNumber" string field, the notification
|
|
will also display it. Note that "phoneNumber" can be a contact name instead
|
|
of an actual phone number.
|
|
|
|
If the incoming package contains "isCancel" set to true, the package is ignored.
|
|
|