ClientOffer constructor

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

Implementation

ClientOffer(this.to, this.sdp);