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