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

Check if stream exists before unsetting preferred URI #143

Closed
wants to merge 1 commit into from

Commits on Feb 17, 2023

  1. Check if stream exists before unsetting preferred URI

    maybeUnsetPreferredUri function was added in this commit:
    twilio@b2b6543
    
    This caused unhandled error for some flows, such as when user
    denies microphone access.
    
    To fix this, we should check if the stream even exists before
    attempting to calling `updatePreferredURI` on it.
    Siim Mardus authored and ostap0207 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3b1706f View commit details
    Browse the repository at this point in the history