-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please separate self.callKitCenter.incomingCall function into a separate one? #15
Comments
I see you forked this project and just released a new package on pub.dev How come you didn't just do a PR to this project? Now there are two projects on pub.dev with only ony function in difference. Seems pointless.... |
I have confirmed the commit you created. Why do I need to call the incomingCall method without VoIP notifications? And instead of publishing to pub.dev, specify the branch or fork it on pubspec.yaml.
|
Ohh. Sorry, I dont know that. For your question, why i need to separate a new method? Because i want to handle it in 2 state: Active and Inactive. In case inactive, app will auto handle by CallKit UI default. But when app is Active, i will show more info to users something like : caller is new customer or exists customers? have any order of this users? how many orderred? what is an issue which is processing... Theses information is very important to supporters to prepare answer before pickup the call. If you handle incoming call automatically, the app will show UI CallKit and app customize CallScreen also. Therefore, i need to move displayIncomingCall to a new method. Thank you so much! Your code is verry helpful and i really appreciate that. |
Have the same requirement! Have you solved it? |
Yes, I think so!
On Fri, 12 Mar 2021 at 23:29 Ann ***@***.***> wrote:
Have the same requirement! Have you solved it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBLUFJ5QOILCNXCJPGN76LTDI6O5ANCNFSM4RYJCOGQ>
.
--
Mr. TUAN NGO
Founder & CEO of Xinh Tuoi Online
Phone: (+84) 989 963 908
Email: ***@***.***
Website: https://xinhtuoi.online
Address: 232/6 Vo Thi Sau Str., Ward 7, District 3, HCMC
<https://www.facebook.com/tuanngo.h7n/>
<https://www.linkedin.com/in/tuanngo-flowertech/>
<https://www.instagram.com/xinhtuoi.online/>
<https://www.pinterest.com/xinhtuoionline>
XinhTuoi.Online is the #1 flower marketplace connecting customers with
local flower shops in the world.
|
Could you please separate this function into a separate one? So it is possible to customize the incoming screen when the foreground and backgroud should be displayed.
File: flutter_ios_voip_kit/ios/Classes/VoIPCenter.swift
Line 85 and line 106:
self.callKitCenter.incomingCall(uuidString: info?["uuid"] as! String,
callerId: info?["incoming_caller_id"] as! String,
callerName: callerName).
Currently, i cannot disable default incoming of CallKit when app run at foreground.
The text was updated successfully, but these errors were encountered: