Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Optional media player auto-resume, central management of device call-state responses #1318

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 22, 2023

  1. Make auto-resume of paused media optional

    Add a new Telephony preference, 'after-unpause', default true.
    (New UI in the preferences allows it to be switched on/off.)
    When it's set to false, exiting the ringing and talking states
    will still restore volume levels (if configured), but will leave
    the media player(s) paused so the user can resume manually.
    ferdnyc authored and andyholmes committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    03914ea View commit details
    Browse the repository at this point in the history
  2. Rename unpause pref to 'ended-resume'

    ferdnyc authored and andyholmes committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    86e4f50 View commit details
    Browse the repository at this point in the history