RtcIceCandidate constructor

RtcIceCandidate(
  1. Map dictionary
)

Implementation

factory RtcIceCandidate(Map dictionary) {
  throw _webRtcUnsupported();
}