RtcSessionDescription constructor

RtcSessionDescription(
  1. Map dictionary
)

Implementation

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