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 *signalingTimeMeasurement
Declared In
TVOPreflightReport.h
iceConnectionTimeMeasurement
Time measurement for the ICE connection.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightTimeMeasurement *iceConnectionTimeMeasurement
Declared In
TVOPreflightReport.h
peerConnectTimeMeasurement
Time measurement for the peer connection.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightTimeMeasurement *peerConnectTimeMeasurement
Declared In
TVOPreflightReport.h
preflightTestTimeMeasurement
Time measurement for the preflight test.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightTimeMeasurement *preflightTestTimeMeasurement
Declared In
TVOPreflightReport.h