Issue Description:
calling overwolf.streaming.setStreamingMode(windowId,overwolf.streaming.StreamingMode.Never)
while recording the desktop doesn’t do anything.
Can you reproduce it (exact steps to reproduce):
yes.
- Start recording desktop (e.g: using outplayed screen recorder)
- open an overwolf window (can be any window)
- open the window’s devtools
- get the current window’s id (using
overwolf.windows.getCurrentWindow
) - run the following line:
overwolf.streaming.setStreamingMode("your-window-id",overwolf.streaming.StreamingMode.Never)
- stop recording desktop
- see captured video
Expected:
Window should not be captured
Actual:
Window is still captured as if the command was never called
Impact for my app:
Medium (will effect all of our screen recorder users: ~3K DAU)
Do you currently have a workaround?
No.