-
Notifications
You must be signed in to change notification settings - Fork 0
ServerCapturer
Adnan Mujagić edited this page Jun 2, 2023
·
1 revision
extends
Capturer<FileResponse>
This capturer is used to upload screenshots of participants' videos to the server (cloud).
Its takeScreenshot
method resolves 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.