ZegoStream class

音视频流对象

标识一条音视频流

Constructors

ZegoStream(ZegoUser user, String streamID, String extraInfo)

Properties

extraInfo ↔ String
流附加信息
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
streamID ↔ String
流 ID,长度不超过256的字符串。注意事项:不可以包含 URL 关键字,否则推拉流失败。仅支持数字,英文字符 和 '-', '_'。
getter/setter pair
user ZegoUser
用户对象实例。请勿在此字段填写用户敏感信息,包括但不限于手机号、身份证号、护照编号、真实姓名等。
getter/setter pair

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