ICECandidatePairStats
public struct ICECandidatePairStats : Codable
Selected ICE candidate-pair details. Field names mirror the JS SDK report.
-
Undocumented
Declaration
Swift
public let id: String? -
Undocumented
Declaration
Swift
public let localCandidateId: String? -
Undocumented
Declaration
Swift
public let remoteCandidateId: String? -
Undocumented
Declaration
Swift
public let state: String? -
Undocumented
Declaration
Swift
public let nominated: Bool? -
Undocumented
Declaration
Swift
public let writable: Bool? -
Undocumented
Declaration
Swift
public let currentRoundTripTime: Double? -
Undocumented
Declaration
Swift
public let requestsSent: Int? -
Undocumented
Declaration
Swift
public let responsesReceived: Int? -
Undocumented
Declaration
Swift
public let local: ICECandidateStats? -
Undocumented
Declaration
Swift
public let remote: ICECandidateStats? -
init(id:localCandidateId: remoteCandidateId: state: nominated: writable: currentRoundTripTime: requestsSent: responsesReceived: local: remote: ) Undocumented
Declaration
Swift
public init(id: String? = nil, localCandidateId: String? = nil, remoteCandidateId: String? = nil, state: String? = nil, nominated: Bool? = nil, writable: Bool? = nil, currentRoundTripTime: Double? = nil, requestsSent: Int? = nil, responsesReceived: Int? = nil, local: ICECandidateStats? = nil, remote: ICECandidateStats? = nil)