ZegoProxyInfo constructor

ZegoProxyInfo(
  1. {String? ip,
  2. int? port,
  3. String? hostName,
  4. String? userName,
  5. String? password}
)

Implementation

ZegoProxyInfo(
    {this.ip, this.port, this.hostName, this.userName, this.password});