LocalWebrtcCapturer - infobip/infobip-rtc-js GitHub Wiki
extends WebrtcCapturer<string>
This capturer is used to create screenshots of current user's or remote's videos. Its
takeLocalScreenshot and takeRemoteScreenshot
methods both resolve to a string
containing the data URL of the screenshot,
which can be used to embed the screenshot into HTML or download it.