@bluebillywig/react-native-bb-player 8.42.14 → 8.42.15

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.
@@ -212,7 +212,7 @@ class BBPlayerModule: NSObject {
212
212
 
213
213
  @objc func getClipData(_ viewTag: NSNumber, resolver: @escaping RCTPromiseResolveBlock, rejecter: @escaping RCTPromiseRejectBlock) {
214
214
  DispatchQueue.main.async {
215
- let clipData = self.getView(viewTag)?.adMediaClip()
215
+ let clipData = self.getView(viewTag)?.clipData()
216
216
  resolver(clipData)
217
217
  }
218
218
  }