RTCIceServer constructor

const RTCIceServer(
  1. {List<String>? urls,
  2. String? username,
  3. String? credential}
)

Implementation

const RTCIceServer({
  this.urls,
  this.username,
  this.credential,
});