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,
  9. String? sdkConfigServer,
  10. String? cloudProxyServer,
  11. String? webSocketProxyServer,
  12. String? quicProxyServer,
  13. String? mediaProxyServer,
  14. String? statisticsDispatchServer,
  15. String? statisticsBackupServer,
})

Implementation

NERtcServerAddresses({
  this.channelServer,
  this.statisticsServer,
  this.roomServer,
  this.compatServer,
  this.nosLbsServer,
  this.nosUploadSever,
  this.nosTokenServer,
  this.useIPv6 = false,
  this.sdkConfigServer,
  this.cloudProxyServer,
  this.webSocketProxyServer,
  this.quicProxyServer,
  this.mediaProxyServer,
  this.statisticsDispatchServer,
  this.statisticsBackupServer,
});