RTCIceServer constructor

RTCIceServer({
  1. required JSAny urls,
  2. String username,
  3. String credential,
})

Implementation

external factory RTCIceServer({
  required JSAny urls,
  String username,
  String credential,
});