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

In a 1:1 desktop voice or video call, muting the audio triggers an Android notification. #4804

Closed
dutchalthoff opened this issue Dec 22, 2021 · 5 comments · Fixed by #4810
Closed
Labels
A-Notifications A-VoIP O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Tolerable Low/no impact on users T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@dutchalthoff
Copy link

Steps to reproduce

  1. Have both the desktop and Android Element clients signed in to the same account.
  2. Start a 1:1 (voice or video) call on the desktop client.
  3. Mute the audio in the desktop client.
  4. Check the Android phone for notifications.

When I asked the #element-android:matrix.org community about this, the response was, "it's always been like that," so it seems like I'm not the only affected user.

Outcome

What did you expect?

I expect no notifications for this event.
Repeatedly muting to silence background/keyboard noise is common in an audio/video desktop call.

What happened instead?

Both parties in the call get an Android notification every time someone mutes a 1:1 desktop call.

Your phone model

Pixel 4a 5G

Operating system version

Andriod 12

Application version and app store

1.3.12

Homeserver

matrix.org

Will you send logs?

No

@dutchalthoff dutchalthoff added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label Dec 22, 2021
@SimonBrandner
Copy link

Duplicate of element-hq/element-web#7941

@ouchadam
Copy link
Contributor

how strange... this happens for me when calling with android -> web clients but not android -> android, a blank message appears to come through for each mute

Screenshot_20211224_094234 Screenshot_20211224_094246

@ouchadam ouchadam added A-Notifications A-VoIP O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Tolerable Low/no impact on users labels Dec 24, 2021
@SimonBrandner
Copy link

how strange... this happens for me when calling with android -> web clients but not android -> android, a blank message appears to come through for each mute

Yes, this is caused by the combination of matrix-org/matrix-spec-proposals#3291 and element-hq/element-web#7941

@ouchadam
Copy link
Contributor

on the client side we're incorrectly assuming all encrypted event types are messages, which causes this type=org.matrix.call.sdp_stream_metadata_changed to be rendered as a notification code ref

@bmarty
Copy link
Member

bmarty commented Dec 30, 2021

Fixed in 1.3.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Notifications A-VoIP O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Tolerable Low/no impact on users T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
4 participants