NERtcServerAddresses constructor

NERtcServerAddresses({
  1. String? channelServer,
  2. String? statisticsServer,
  3. String? roomServer,
  4. String? compatServer,
  5. String? nosLbsServer,
  6. String? nosUploadSever,
  7. String? nosTokenServer,
  8. bool useIPv6 = false,
})

Implementation

NERtcServerAddresses({
  this.channelServer,
  this.statisticsServer,
  this.roomServer,
  this.compatServer,
  this.nosLbsServer,
  this.nosUploadSever,
  this.nosTokenServer,
  this.useIPv6 = false,
});