TurnServer constructor
Creates a new TurnServer.
Implementation
const TurnServer({
required this.url,
required this.username,
required this.credential,
});
Creates a new TurnServer.
const TurnServer({
required this.url,
required this.username,
required this.credential,
});