cameraReady property

  1. @Deprecated('')
EmptyCallback? cameraReady
getter/setter pair

Occurs when the camera turns on and is ready to capture the video. Deprecated: Please use Capturing(1) in localVideoStateChanged instead. This callback indicates that the camera has been successfully turned on and you can start to capture video.

Implementation

@Deprecated('')
EmptyCallback? cameraReady;