VideoClientLifecycleHandler

Allows a component to respond to lifecycle events from VideoClientStateController.

Inheritors

Functions

Link copied to clipboard
abstract fun destroyVideoClient()

Lifecycle event for destroying video client.

Link copied to clipboard
abstract fun initializeVideoClient()

Lifecycle event for initializing video client.

Link copied to clipboard
abstract fun startVideoClient()

Lifecycle event for starting video client.

Link copied to clipboard
abstract fun stopVideoClient()

Lifecycle event for stopping video client.