Search code examples
androidcallduration

How can i get the time of the call initiated?


Im making an android app.I'll call from one device and receive on another, But can anyone tell me how can i get the time on Receiver Device at what time the Caller device initiated the call ? Because i want to calculate the delay when the call was dialed and when it was received ?


Solution

  • when you call from one device you can store time at server end with help of api and when you receive call you can get again integrate api to get a time when first device called u.