markRemoteRinging method

void markRemoteRinging(
  1. String callId
)

Marks when the remote side starts ringing (outbound calls). Call this when SIP 180 Ringing or equivalent is received.

Implementation

void markRemoteRinging(String callId) {
  markCallMilestone(callId, milestoneRemoteRinging);
}