Rate this page:

CustomVideoSourceListener

This API is in beta and subject to change.

Interface that monitors a custom video source events.

Methods

onStarted

Copy URL
fun onStarted(): 

Unit

This API is in beta and subject to change.

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

Returns

  • type:

    Unit

onStopped

Copy URL
fun onStopped(): 

Unit

This API is in beta and subject to change.

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

Returns

  • type:

    Unit