diff --git a/package/ios/TestRecorder/ViewController.swift b/package/ios/TestRecorder/ViewController.swift index 13c6ca9..d6b8a5a 100644 --- a/package/ios/TestRecorder/ViewController.swift +++ b/package/ios/TestRecorder/ViewController.swift @@ -33,6 +33,12 @@ class ViewController: UIViewController { self.recordButton.isHidden = false } } + cameraView.onInitReady = { json in + print("onInitReady:", json ?? "nil") + } + cameraView.onVideoChunkReady = { json in + print("onVideoChunkReady:", json ?? "nil") + } Task { @MainActor in await requestAuthorizations()