-
Notifications
You must be signed in to change notification settings - Fork 1
LocalWebrtcCapturer
Adnan Mujagić edited this page Jun 2, 2023
·
1 revision
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.