TVOPreflightTimeMeasurement Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | TVOPreflightReport.h | 
Overview
TVOPreflightTimeMeasurement is used to keep track of signaling connection time,
peer connection time, ice connection time and preflight test time.
  startTime
	Preflight test start time. Unix timestamp in milliseconds.
@property (nonatomic, assign, readonly) CFTimeInterval startTimeDeclared In
TVOPreflightReport.h
  endTime
	Preflight test end time. Unix timestamp in milliseconds.
@property (nonatomic, assign, readonly) CFTimeInterval endTimeDeclared In
TVOPreflightReport.h
  duration
	Duration of the preflight test. Unix timestamp in milliseconds.
@property (nonatomic, assign, readonly) CFTimeInterval durationDeclared In
TVOPreflightReport.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDeclared In
TVOPreflightReport.h