RtcServerAddresses constructor

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

Implementation

RtcServerAddresses({
  this.valid,
  this.channelServer,
  this.statisticsServer,
  this.roomServer,
  this.compatServer,
  this.nosLbsServer,
  this.nosUploadSever,
  this.nosTokenServer,
  this.useIPv6,
});