Rate this page:

ICustomVideoSourceListener

Interface that mey be used to monitor custom video source events

Methods

onStarted

Copy URL

void

onStarted()

Invoked when custom video source is ready to send video frames

Returns

  • type:

    void

onStopped

Copy URL

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