markInviteReceived method

void markInviteReceived(
  1. String callId
)

Marks when an inbound call invite is received. Call this when the invite arrives, before user answers.

Implementation

void markInviteReceived(String callId) {
  markCallMilestone(callId, milestoneInviteReceived);
}