onCaptured

abstract fun onCaptured(capturedImage: Bitmap?, e: SendBirdException?)

A callback for when the capturing video view is done.

Since

1.3.0

Parameters

capturedImage

A captured image.

e

null if no error.