kastldratza / zoomrec

Record Zoom meetings automatically in headless docker container with Python and FFmpeg
MIT License
265 stars 68 forks source link

Zoom chat window popup over everything throughout the video #51

Closed pieris98 closed 1 year ago

pieris98 commented 1 year ago

Describe the bug The chat window of the zoom meeting is displayed in the middle of the screen and occupies almost the whole screen for the whole duration of the zoomrec, making it impossible to view the actual content (shared screen or video). The zoomrec code does NOT attempt to close this pop-up window.

To Reproduce Steps to reproduce the behavior:

  1. Put 2+ minutes after zoom meeting as starting time in meetings.csv (this was attempted as a way to "play it safe" to avoid the bug happening - it happened always when joining from the start)
  2. View recording
  3. See error

Expected behavior The zoomrec code (e.g. for mouse simulation) should at least attempt to close any pop-up window during the whole duration of the meeting (e.g. chat window pops up at minute 5, zoomrec closes it)

Additional context

  1. I believe this happens when someone joins the meeting or sends a message in the chat after zoomrec joins the meeting, causing the chat window to pop up.
  2. I don't know if this problem is dependent on my display setup e.g. resolution, number of displays (don't know if docker sees that, but it shouldn't). I have 2 displays (1 landscape, 1 portrait), but the issue persisted even when I unplugged my portrait monitor.

Screenshots Before Error After error

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.