omikit-plugin 3.1.9 → 3.2.1

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.
@@ -104,7 +104,7 @@ dependencies {
104
104
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
105
105
  //noinspection GradleDynamicVersion
106
106
  // implementation "com.facebook.react:react-native"
107
- api 'vn.vihat.omicall:omi-sdk:2.0.46'
107
+ api 'vn.vihat.omicall:omi-sdk:2.0.49'
108
108
 
109
109
  implementation "com.facebook.react:react-native:+" // From node_modules
110
110
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
@@ -218,6 +218,7 @@ class OmikitPluginModule(reactContext: ReactApplicationContext?) :
218
218
  reactApplicationContext!!.addActivityEventListener(this)
219
219
  Handler(Looper.getMainLooper()).post {
220
220
  OmiClient.getInstance(reactApplicationContext!!).addCallStateListener(this)
221
+ OmiClient.getInstance(reactApplicationContext!!).setDebug(true) // Set Show Log
221
222
  OmiClient.isAppReady = true;
222
223
  }
223
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.1.9",
3
+ "version": "3.2.1",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",