ICEServerResponse constructor
ICEServerResponse({})
Returns a new ICEServerResponse instance.
Implementation
ICEServerResponse({
required this.password,
this.urls = const [],
required this.username,
});
Returns a new ICEServerResponse instance.
ICEServerResponse({
required this.password,
this.urls = const [],
required this.username,
});