RtcServerAddresses constructor
RtcServerAddresses({
- bool? valid,
- String? channelServer,
- String? statisticsServer,
- String? roomServer,
- String? compatServer,
- String? nosLbsServer,
- String? nosUploadSever,
- String? nosTokenServer,
- String? sdkConfigServer,
- String? cloudProxyServer,
- String? webSocketProxyServer,
- String? quicProxyServer,
- String? mediaProxyServer,
- String? statisticsDispatchServer,
- String? statisticsBackupServer,
- bool? useIPv6,
Implementation
RtcServerAddresses({
this.valid,
this.channelServer,
this.statisticsServer,
this.roomServer,
this.compatServer,
this.nosLbsServer,
this.nosUploadSever,
this.nosTokenServer,
this.sdkConfigServer,
this.cloudProxyServer,
this.webSocketProxyServer,
this.quicProxyServer,
this.mediaProxyServer,
this.statisticsDispatchServer,
this.statisticsBackupServer,
this.useIPv6,
});