SDP public struct SDP : Codable The schema for .data .answer and .offer SdpType types of SDP See more Declaration Swift public enum SdpType : String, Codable Show on GitHub type SDP type Declaration Swift public var type: SdpType Show on GitHub sdp The SDP string Declaration Swift public var sdp: String Show on GitHub init(type:sdp:) Initialize from components Declaration Swift public init(type: SdpType, sdp: String) Show on GitHub