ZegoProxyInfo constructor
- {String? ip,
- int? port,
- String? hostName,
- String? userName,
- String? password}
Implementation
ZegoProxyInfo(
{this.ip, this.port, this.hostName, this.userName, this.password});
ZegoProxyInfo(
{this.ip, this.port, this.hostName, this.userName, this.password});