Grigorii K. Shartsev
Grigorii K. Shartsev
In the developer tools, could you open the network tab and check if there are failed requests for these files? If there are, could you share the error?
Is that correct that you have files preview disabled on the instance?
Hi @prithvi-pl Yes, this is a known issue. We'll have a look the next week.
Is it about the screensharing during the call or the image viewer?
I don't have much user experience on macOS, but I'm very unsure it is something controllable on the application level. @Ivansss @SystemKeeper Maybe you know better?
@SystemKeeper Thanks a lot
- Electron issue: https://github.com/electron/electron/issues/42154 Thanks again, @SystemKeeper
> It would also be great If the tray icon can be disabled. If you have unrelated to the current issue feature request - please, create a new issue.
Electron 38 added support for this feature in a simple way: - https://github.com/electron/electron/pull/48077
Seems like you have `Cross-Origin-Resource-Policy: same-site` enabled additionally to the recommended web-server configs. But I'm unsure if we should support it from the Talk Desktop side, or it should be...