ICustomVideoSourceListener
Interface that provides API to monitor custom video source events.
Methods
onStarted
void
onStarted()
Triggered if a custom video source is ready to send video frames.
Returns
type:
void
onStopped
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