WebRTCIceCandidate constructor

WebRTCIceCandidate({
  1. String candidate = '',
  2. String sdpMid = '',
  3. int sdpMLineIndex = 0,
})

Implementation

WebRTCIceCandidate({
    this.candidate = '',
    this.sdpMid = '',
    this.sdpMLineIndex = 0,
});