ForwardStreamError enum

媒体流跨房间转发过程中的错误码

Inheritance

Constructors

ForwardStreamError()
const

Values

ok → const ForwardStreamError

正常

invalidArgument → const ForwardStreamError

参数异常

invalidToken → const ForwardStreamError

token 错误

response → const ForwardStreamError

服务端异常

remoteKicked → const ForwardStreamError

目标房间有相同 userID 的用户加入,转发中断

notSupport → const ForwardStreamError

服务端不支持跨房间转发功能

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<ForwardStreamError>
A constant List of the values in this enum, in order of their declaration.