ICustomVideoSourceListener
Interface that mey be used to monitor custom video source events
Methods
onStarted
void
onStarted()
Invoked when custom video source is ready to send video frames
Returns
type:
void
onStopped
void
onStopped()
Invoked when 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:
void