StreamRemoveReason enum

房间内远端流移除原因

Inheritance

Constructors

StreamRemoveReason()
const

Values

unpublish → const StreamRemoveReason

远端用户停止发布流

publishFailed → const StreamRemoveReason

远端用户发布流失败

keepLiveFailed → const StreamRemoveReason

保活失败

clientDisconnected → const StreamRemoveReason

远端用户断网

republish → const StreamRemoveReason

远端用户重新发布流

other → const StreamRemoveReason

其他原因

publishPrivilegeExpired → const StreamRemoveReason

远端用户 Token 发布权限过期

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<StreamRemoveReason>
A constant List of the values in this enum, in order of their declaration.