We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tuggle should go from off position to on position
Error popup saying: "Error while setting default media state"
notifications
notify_push
{ "theme": "default", "systemTitleBar": false, "monochromeTrayIcon": false, "zoomFactor": 1, "playSoundChat": "respect-dnd", "playSoundCall": "respect-dnd", "enableCallbox": "respect-dnd" }
Press Ctrl+Shift+I (Cmd+Option+C on macOS) or use the context menu to open the developer tools, then go to the Console tab.
server responded with a status of 400 () calls_start_without_media:1
Failed to load resource: the server responded with a status of 400 ()
index.js:2 Storing device selection in the browser storage: videoInputId null calls_start_without_media:1
2index.js:2 Conversations were saved to BrowserStorage. Estimated object size: 17.45 kB _fc0b725b-d896-48a7-ab5d-ac3022e0f873:1
Failed to load resource: the server responded with a status of 404 ()
index.js:2 Conversations were saved to BrowserStorag
Insert error logs here.
The text was updated successfully, but these errors were encountered:
It should work after updating the Nextcloud Talk server so to 20.1 Seems we missed to wrap the toggle with a feature flag
Sorry, something went wrong.
@DorraJaouad can you wrap the settings option with a check if the config => call => start-without-media (local) capability is there?
config => call => start-without-media (local)
To follow up on that: we discussed in the office that features a-like this one (pure frontend, server is only needed for cross-device support) e.g.:
can be supported with Desktop client with old servers, but keep it in browser storage
DorraJaouad
Successfully merging a pull request may close this issue.
How to use GitHub
Steps to reproduce
Expected behaviour
Tuggle should go from off position to on position
Actual behaviour
Error popup saying: "Error while setting default media state"
Diagnosis and logs
Diagnosis report
Diagnosis report
notifications
app enablednotify_push
app enabledApplication config
Client logs
Press Ctrl+Shift+I (Cmd+Option+C on macOS) or use the context menu to open the developer tools, then go to the Console tab.
server responded with a status of 400 ()
calls_start_without_media:1
index.js:2 Storing device selection in the browser storage: videoInputId null
calls_start_without_media:1
2index.js:2 Conversations were saved to BrowserStorage. Estimated object size: 17.45 kB
_fc0b725b-d896-48a7-ab5d-ac3022e0f873:1
index.js:2 Conversations were saved to BrowserStorag
The text was updated successfully, but these errors were encountered: