markPeerSetupComplete method

void markPeerSetupComplete(
  1. String callId
)

Marks when peer setup is complete.

Implementation

void markPeerSetupComplete(String callId) {
  markCallMilestone(callId, milestonePeerSetupComplete);
}