AppConfig constructor

AppConfig({
  1. int maxClients = 0,
  2. bool disableWebRtc = false,
  3. bool disableUdp = false,
})

Implementation

AppConfig({
    this.maxClients = 0,
    this.disableWebRtc = false,
    this.disableUdp = false,
});