Rate this page:

ICustomVideoSourceListener

Interface that provides API to monitor custom video source events.

Methods

onStarted

Copy URL
- (

void

)onStarted

Triggered if a custom video source is ready to send video frames.

Returns

  • type:

    void

onStopped

Copy URL
- (

void

)onStopped

Triggered if a custom video source stops sending video frames as a result of call state changes like call ended, video disable within the call, etc.

Returns

  • type:

    void