-
Notifications
You must be signed in to change notification settings - Fork 32
Call audio and popup notification have 30 seconds delay #1291
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
Comments
App is responsible for immediate notifications, without it client is falling back to 30 seconds interval Also if chat is open for user B, and session is considered active there, this shouldn't trigger a notification at all |
Hi @Antreesy. The app is actually enabled, but it's not recognized by the client:
This is the apache config under the VirtualHost block:
|
@Antreesy It does report it now as enabled in the client as well, but the behavior is even worse. The 'incoming call' state is updated after ~ 15 seconds instead of instantly, also even after 30 seconds no audio/notification is being shown in the desktop client. Diagnosis report
Application config{
"launchAtStartup": false,
"theme": "default",
"systemTitleBar": true,
"monochromeTrayIcon": false,
"zoomFactor": 1,
"playSoundChat": "respect-dnd",
"playSoundCall": "respect-dnd",
"enableCallbox": "respect-dnd",
"secondarySpeaker": false,
"secondarySpeakerDevice": null,
"trustedFingerprints": []
} |
In your first report the app was not recognized. It could be that wrong information is still cached somewhere, and the cache is ignored when generating the report. |
@stratoss Could you check that the problem is (not) resolved after logout and login? |
How to use GitHub
Steps to reproduce
Expected behaviour
Having visual and audio notification in the desktop client, also the tray icon color to change somehow
Actual behaviour
User B immediately see that there is an incoming call, button to join is there, but NO notification (visual and audible).
After ~ 30 seconds both visual and audio notifications arrives.
Diagnosis and logs
Diagnosis report
Diagnosis report
notifications
app enablednotify_push
app enabledApplication config
Client logs
Press:
Or use the context menu to open the developer tools, then go to the Console tab.
The text was updated successfully, but these errors were encountered: