omikit-plugin 3.2.75 → 3.2.76

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.
@@ -397,7 +397,7 @@ func startCall(_ phoneNumber: String, isVideo: Bool, completion: @escaping (_: S
397
397
  "status": status.rawValue,
398
398
  "_id": "",
399
399
  "message": OmiUtils.messageCall(type: status.rawValue),
400
- "message_detail": OmiUtils.messageCallDetail(type: statusCall.rawValue)
400
+ "message_detail": OmiUtils.messageCallDetail(type: status.rawValue)
401
401
  ]
402
402
 
403
403
  // ✅ Kiểm tra và lấy ID cuộc gọi nếu có
@@ -429,7 +429,7 @@ func startCall(_ phoneNumber: String, isVideo: Bool, completion: @escaping (_: S
429
429
  var dataToSend: [String: Any] = [
430
430
  "status": statusCall.rawValue,
431
431
  "_id": "",
432
- "message": OmiUtils.messageCall(type: statusCall.rawValue)
432
+ "message": OmiUtils.messageCall(type: statusCall.rawValue),
433
433
  "message_detail": OmiUtils.messageCallDetail(type: statusCall.rawValue)
434
434
  ]
435
435
  if(callCurrent != nil){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.2.75",
3
+ "version": "3.2.76",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "src/commonjs/index",
6
6
  "module": "lib/module/index",