-
Notifications
You must be signed in to change notification settings - Fork 1
ServerWebrtcCapturer
Adnan Mujagić edited this page Jun 2, 2023
·
1 revision
extends
WebrtcCapturer<FileResponse>
This capturer is used to upload screenshots of current user's or remote's videos to the server (cloud). Its
takeLocalScreenshot
and takeRemoteScreenshot
methods both resolve to a FileResponse
containing the details about the uploaded screenshot.
These details can then be used to retrieve the uploaded image from
WebRTC Files API.