RTCIceCandidate constructor

RTCIceCandidate(
  1. String? candidate,
  2. String? sdpMid,
  3. int? sdpMLineIndex
)

Implementation

RTCIceCandidate(this.candidate, this.sdpMid, this.sdpMLineIndex);