-
Notifications
You must be signed in to change notification settings - Fork 2
RTCCapturerObserver
Lejla Solak edited this page Feb 10, 2025
·
2 revisions
void onCapturerStarted(boolean success)void onCapturerStopped()void onFrameCaptured(VideoFrame frame)
Notify if the capturer has been started successfully or not.
-
success:boolean- Flag indicating whether the operation has been successful.
N/A
Notify that the capturer has been stopped.
N/A
Delivers a captured frame.
-
frame:VideoFrame- The video frame to send downstream.
N/A