Class Offer


  • public class Offer
    extends Object
    Offer.
    • Field Detail

      • type

        private String type
        Required. The type of session description. Must be 'offer'.
      • sdp

        private String sdp
        Required. The SDP text of the session description.
    • Constructor Detail

      • Offer

        public Offer()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getSdp

        public String getSdp()
      • setSdp

        public void setSdp​(String sdp)