SignalingDescription.SignalingDescription()
DESCRIPTION
Construct a SignalingDescription object to send
DECLARATION
SignalingDescription(std::string descType, std::string descSdp)
PARAMETERS
descType:- type of the description, typically "offer" or "answer"
descSdp:- SDP representation of the description.