ServerOffer constructor

ServerOffer(
  1. int from,
  2. String sdp
)

Implementation

ServerOffer(this.from, this.sdp);