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 startTime
Declared In
TVOPreflightReport.h
endTime
Preflight test end time. Unix timestamp in milliseconds.
@property (nonatomic, assign, readonly) CFTimeInterval endTime
Declared In
TVOPreflightReport.h
duration
Duration of the preflight test. Unix timestamp in milliseconds.
@property (nonatomic, assign, readonly) CFTimeInterval duration
Declared In
TVOPreflightReport.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Declared In
TVOPreflightReport.h