omikit-plugin 3.2.91 → 3.2.92

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.
@@ -121,7 +121,7 @@ dependencies {
121
121
  implementation("androidx.work:work-runtime:2.8.1")
122
122
  implementation "androidx.security:security-crypto:1.1.0-alpha06"
123
123
  // api 'vn.vihat.omicall:omi-sdk:2.3.23'
124
- api "io.omicrm.vihat:omi-sdk:2.3.71"
124
+ api "io.omicrm.vihat:omi-sdk:2.3.75"
125
125
 
126
126
  implementation "com.facebook.react:react-native:+" // From node_modules
127
127
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
@@ -201,9 +201,9 @@ class CallManager {
201
201
  return // No missed call to show
202
202
  }
203
203
 
204
- let statusAnswer = OmiClient.checkHasAnsweredCall(call.omiId ?? "")
205
- if (statusAnswer) {
206
- return // Do not show missed call notification if the call has been answered
204
+ let statusAnswer = OmiClient.checkHasShowMissedCall(call.omiId ?? "")
205
+ if (!statusAnswer) {
206
+ return // Do not show missed call notification
207
207
  }
208
208
 
209
209
  // Lý do không cần hiển thị
@@ -35,7 +35,7 @@ Pod::Spec.new do |s|
35
35
  # Thêm dependency bắt buộc
36
36
  s.dependency "React-Core"
37
37
 
38
- s.dependency "OmiKit", "1.8.42"
38
+ s.dependency "OmiKit", "1.8.44"
39
39
 
40
40
 
41
41
  s.requires_arc = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.2.91",
3
+ "version": "3.2.92",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",