feat(api): return Disposable from Video.start and Screencast.start#39712
Conversation
Move Video path option from stop() to start() so the save destination is declared upfront. Both Video.start and Screencast.start now return a Disposable that calls stop() when disposed.
Test results for "MCP"1 failed 1 flaky5337 passed, 186 skipped Merge workflow run. |
Test results for "tests 1"9 failed 4 flaky38782 passed, 847 skipped Merge workflow run. |
Summary
Video.start()andScreencast.start()now return aDisposablethat callsstop()when disposedpathoption fromVideo.stop()toVideo.start()so the save destination is declared upfront