Search results

  1. M

    Screen Sharing (Audio) - Electron

    I'm trying to develop screen sharing in 'Electron' with 'Flashphoner Web SDK'. And I play in the browser with the sample you provided. However, I found a problem where 'Play' does not work. So, I checked the source provided and found the problem in the location below. (flashphoner.js) function...
  2. M

    Screen Sharing-Electron

    I solved this problem. I found out that Electron doesn't use a GUI for source dimensions. 1.Picture resolution is set by source dimensions (screen, windows or browser tab), not by constraints Thank you.
  3. M

    Screen Sharing-Electron

    FYI, it works fine in chrome browser. It doesn't work in 'Electron'. Is there a way to fix it?
  4. M

    Screen Sharing-Electron

    I already set that up. However, screen sharing doesn't work. Below are a part of the sources I tested for screen sharing with the 'Flashphoner Web SDK'. And result logs. [source] constraints = { audio: { deviceId: deviceAudio.id }, video: { width: 640...
  5. M

    Screen Sharing-Electron

    Hello. I am trying to develop with 'Electron' using 'Flashphoner Web SDK'. The camera stream works fine but screen sharing doesn't work. What should I do? Thank you.
Top