IceServer constructor

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

Implementation

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