diff options
| author | matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> | 2023-04-04 23:37:11 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-04 20:31:04 -0400 |
| commit | 6cbf0460de701d307ba9fc0e571472a23b06269a (patch) | |
| tree | 3067e29a9204703072e1d26c1de72e51ca060400 | |
| parent | 8b913ceda461568eb7486cf83c695229ee1bc515 (diff) | |
Add Call Recording to Features Page
| -rw-r--r-- | static/features.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 4a23929b..ee5ec7f3 100644 --- a/static/features.html +++ b/static/features.html @@ -957,6 +957,10 @@ threshold from 2000ms to 50ms and lowering the system clock drift warning from 2000ms to 250ms. This can be helpful for time-based protocols such as TOTP.</li> + <li>Call recording functionality within the Dialer app using modern Android storage + stored in `Recordings/Call Recordings` and no restrictions + based on region or special cases like playing a recording tone + (users are still responsible for complying with their local laws)</li> </ul> </section> </section> |
