onCameraReady property
void Function()?
onCameraReady
final
Occurs when the camera turns on and is ready to capture the video.
Deprecated: Use localVideoStreamStateCapturing (1) in onLocalVideoStateChanged instead. This callback indicates that the camera has been successfully turned on and you can start to capture video.
Implementation
final void Function()? onCameraReady;