Hien Nguyen
Hien Nguyen
curl -v \ -d '{"aps":{"alert":"Hien Nguyen Call"},"id":"44d915e1-5ff4-4bed-bf13-c423048ec97a","nameCaller":"Hien Nguyen","handle":"0123456789","isVideo":true}' \ -H "apns-topic: com.hiennv.testing.voip" \ -H "apns-push-type: voip" \ --http2 \ --cert VOIP.pem:'' \ https://api.development.push.apple.com/3/device/ to push a voip to the device.
as for huwaei, xiaomi... i can't do anything else.
I'm not sure, but I think you can try using this function. await FlutterCallkitIncoming.setCallConnected(this._currentUuid);
@anhquangtech ok e. mấy nay bận quá nên chưa check được.
please check version 2.0.1 and changelog
mấy chỗ này a nghĩ nên dùng để call API báo hiệu server biết là state của call thôi. chứ còn kết nối, hiện video thì nên set ở flutter....
cũng có thể phải sử dụng nó để kết nối webRTC ở đây(trong trường hợp nhận cuộc gọi khi app đang tắt- Flutter Engine chưa đc attach)
https://pub.dev/packages/flutter_callkit_incoming/versions/2.0.1-dev.2 e thử version này đồng thời e add thêm cái này nếu dùng webRTC, để audio không bị mất tiếng
Please make sure call complete https://github.com/hiennguyen92/flutter_callkit_incoming/blob/590d0396d48012f504b9f28d9d113ed7318d0531/example/ios/Runner/AppDelegate.swift#L87
I think, Maybe it's too short a time.