Skip to content

RTCCapturerObserver

Lejla Solak edited this page May 27, 2024 · 1 revision



onCapturerStarted(success)

Description

Notify if the capturer has been started successfully or not.

Arguments

  • success: boolean - Flag indicating whether the operation has been successful.

Returns

  • N/A



onCapturerStopped()

Description

Notify that the capturer has been stopped.

Returns

  • N/A



onFrameCaptured(frame)

Description

Delivers a captured frame.

Arguments

  • frame: VideoFrame - The video frame to send downstream.

Returns

  • N/A

Tutorials

Migration guides

Reference documentation

Clone this wiki locally