startVideoCapture method

Future<void> startVideoCapture(
  1. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to start the video capture in joined via link call.

Implementation

Future<void> startVideoCapture(Function(FlyResponse response)? callback) {
  throw UnimplementedError('startVideoCapture has not been implemented.');
}