ClientAnswer constructor

ClientAnswer(
  1. int to,
  2. String sdp
)

Implementation

ClientAnswer(this.to, this.sdp);