B4A Code Snippet PhoneStateChanged sample: all possible calling states - peacemaker    Jun 06, 2019   (9 reactions) Nothing donw on them If lastState <> "RINGING" Then 'outgoing call start isIncoming = False callStartTime = DateTime.Now End If Exit Case "IDLE" 'Went to idle- this is the end of a ca B4A Question code to grasp incoming number and send sms - shuaibiudshuaibu    Jan 21, 2021 Nothing donw on them If lastState <> "RINGING" Then 'outgoing call start isIncoming = False callStartTime = DateTime.Now End If Exit Case "IDLE" 'Went to idle- this is the end of a ca Italian [Risolto][Server] Far dialogare Server e app Client - Errore - LucaMs (first post)    Jan 15, 2024 End Select
CallSub2(objTarget, objCommand.strNameSub, objCommand.mapParameters)
End If
Come vedi, è molto meno dinamico e più complesso; conviene la prima soluzione: non usare moduli di codice, solo classi. B4A Question Dial a phone number - jGubern (first post)    Apr 26, 2017 Thanks Erel,
The end call works fine automatically with another mobile, but not in landline phones......at least in Spain.
I ‘ve used reflection library to solve the problem (r.RunMethod("endCall"),.......) working in a service module.
Regards. B4A Question Phone calls by the minute - drgottjr (first post)    May 10, 2024 it is possible to be informed when there is an ongoing call. it is also possible to end a call programmatically. in theory, you need a receiver for the first and a simple method executed in the telecommanager class, probably with a javaobject. that's the theory. google's documentation refers to B4J Question How to obtain a final value? - B4JExplorer (first post)    Jul 21, 2017 Yep, I'm doing a -1 now. But it looks like I'm misunderstanding the use of END_OF_INPUT, to begin with. A single nextValue() call, returns the entire structure. Afterwards, it's always END_OF_INPUT, so it doesn't really need to be tested in this context. We can close this, thanks for the assista B4A Question Bug in SIP Library? - Marcos Alves (first post)    Sep 16, 2019 Ok! That's a start point... then: what happens when we call the endCall method before the call be answered and:
- The call isn't aborted
- The call flow control is lost
Apparently the end call is only destructing the sipAudioCall object definition for B4A without make a real endCall command in s B4A Question Hang up WhatsApp calls! - BenKhederSoftware    Apr 05, 2022 Hello
How can I end all current WhatsApp calls?
I would like that if you click on a button, all calls should end immediately.
So hang up!
Thank you for your help
edit1:
I now have another plan.
In case you can't end the call via API.
Then my new solution would be.
When button click, Whatsapp APP wi Spanish Abrir aplicacion cada cierto tiempo - piramide (first post)    May 05, 2020   (1 reaction) "muestro1") 'CallSubDelayed2(Main, "muestro1","hola") 'CallSub End If StartServiceAt("", DateTime.Now + 1 * DateTime.TicksPerSecond, True) 'DateTime.TicksPerSecond 'CallSub(Main, "muestra") 'Service.StopAutomaticForeground 'Call this when the background B4A Question Get outgoing Call number?? - a n g l o (first post)    Apr 07, 2017   (1 reaction) i came across this post that is almost a year old and i see that the the questioner did not get exactly the answer he was looking for :
1. get the outgoing call number (via a service)
2. not having to use android.permission.PROCESS_OUTGOING_CALLS
i don't believe he's still waiting for the answer... Page: 1   2   3   4   5   6   7   Powered by ColBERT |