@infilectorg/infiviz-shots-react-sdk 1.0.55 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -596,7 +596,7 @@ class InfivizShotsReactSdk: RCTEventEmitter {
|
|
|
596
596
|
maxPhoto: 0,
|
|
597
597
|
maxPhotoOneGo: 0,
|
|
598
598
|
navigationController: nil,
|
|
599
|
-
metaData:
|
|
599
|
+
metaData: metaData as? [String: Any]
|
|
600
600
|
)
|
|
601
601
|
|
|
602
602
|
let imageURL = imageURL.components(separatedBy: "/").last ?? ""
|
|
@@ -605,7 +605,7 @@ class InfivizShotsReactSdk: RCTEventEmitter {
|
|
|
605
605
|
controller.retakeImage(
|
|
606
606
|
imageURL: imageURL,
|
|
607
607
|
sessionID: temporarySessionId as String,
|
|
608
|
-
metaData:
|
|
608
|
+
metaData: [:] as? [String: Any]
|
|
609
609
|
) { result in
|
|
610
610
|
switch result {
|
|
611
611
|
case .success(let newImageId):
|