get Missed Calls
fun getMissedCalls(onCompletion: (Either<List<MissedCall>, SippoResourceError>) -> Unit)
Content copied to clipboard
Fetches the missing calls related to this user within the specified time interval.
Parameters
on Completion
Callback that will be invoked when the request is completed. It will receive the missing calls list in case of success or a SippoResourceError otherwise. *