SignalingDescription.init()
DESCRIPTION
Initialize a SignalingDescription object to send
DECLARATION
public init(
type: String,
sdp: String
)
PARAMETERS
type:
- type of the description, typically "offer" or "answer"
sdp:
- SDP representation of the description.