ZegoProxyInfo class

代理信息。

配置代理信息。

Constructors

ZegoProxyInfo({String? ip, int? port, String? hostName, String? userName, String? password})

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
hostName ↔ String?
域名。本地代理下:由开发者配置的本地代理域名。云代理下:由 ZEGO 提供的代理域名 (域名、ip 二选一即可)。
read / write
ip ↔ String?
ip 地址。本地代理下:由开发者配置的本地代理 ip。云代理下:由 ZEGO 提供的代理 ip(域名、ip 二选一即可)。
read / write
password ↔ String?
代理鉴权密码。本地代理下:由开发者配置的本地代理的鉴权密码,如没有可忽略。云代理下:可忽略。
read / write
port ↔ int?
port 端口。本地代理下:由开发者配置的本地代理端口。云代理下:由 ZEGO 提供的代理端口。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
userName ↔ String?
代理鉴权用户名。本地代理下:由开发者配置的本地代理的鉴权用户名,如没有可忽略。云代理下:可忽略。
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited