ICECandidate
public final class ICECandidate : Equatable
ICE Candidate を表します。
-
オブジェクト同士を比較します。 双方の URL と SDP 文字列が等しければ
true
を返します。Declaration
Swift
public static func == (lhs: ICECandidate, rhs: ICECandidate) -> Bool
-
URL
Declaration
Swift
public var url: URL?
-
SDP 文字列
Declaration
Swift
public var sdp: String
-
初期化します。
Declaration
Swift
public init(url: URL?, sdp: String)