omikit-plugin 2.1.1 → 2.1.3

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.
@@ -226,8 +226,8 @@ class OmikitPluginModule(reactContext: ReactApplicationContext?) :
226
226
  currentActivity?.runOnUiThread {
227
227
  val phoneNumber = data.getString("phoneNumber") as String
228
228
  val isVideo = data.getBoolean("isVideo")
229
- val result = OmiClient.instance.startCall(phoneNumber, isVideo)
230
- promise.resolve(result)
229
+ OmiClient.instance.startCall(phoneNumber, isVideo)
230
+ promise.resolve(true)
231
231
  }
232
232
  }
233
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",