Devicerecorder
Author: n | 2025-04-24
deviceRecorder = new deviceRecorder(stream, {mimeType: video/webm }); We create a media stream out of the user’s screen. The media recorder has a mimeType. This is
libsourcey/src/av/samples/devicerecorder/devicerecorder.cpp at