RTCIceServer constructor

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

Implementation

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