WebRTCAnswer constructor

WebRTCAnswer({
  1. String sdp = '',
  2. String iceServersJson = '',
})

Implementation

WebRTCAnswer({
    this.sdp = '',
    this.iceServersJson = '',
});