TVOPreflightNetworkTiming Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | TVOPreflightReport.h | 
Overview
TVOPreflightNetworkTiming is used to keep track of start time, end time, and duration
of signaling connection time, peer connection time, ice connection time and preflight test time.
  signalingTimeMeasurement
	Time measurement for the signaling connection.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightTimeMeasurement *signalingTimeMeasurementDeclared In
TVOPreflightReport.h
  iceConnectionTimeMeasurement
	Time measurement for the ICE connection.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightTimeMeasurement *iceConnectionTimeMeasurementDeclared In
TVOPreflightReport.h
  peerConnectTimeMeasurement
	Time measurement for the peer connection.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightTimeMeasurement *peerConnectTimeMeasurementDeclared In
TVOPreflightReport.h
  preflightTestTimeMeasurement
	Time measurement for the preflight test.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightTimeMeasurement *preflightTestTimeMeasurementDeclared In
TVOPreflightReport.h