RTCIceParameters constructor

RTCIceParameters({
  1. String usernameFragment,
  2. String password,
  3. bool iceLite,
})

Implementation

external factory RTCIceParameters({
  String usernameFragment,
  String password,
  bool iceLite,
});