ForwardStreamError enum
媒体流跨房间转发过程中的错误码
Values
- ok → const ForwardStreamError
-
正常
- invalidArgument → const ForwardStreamError
-
参数异常
- invalidToken → const ForwardStreamError
-
token 错误
- response → const ForwardStreamError
-
服务端异常
- remoteKicked → const ForwardStreamError
-
目标房间有相同 userID 的用户加入,转发中断
- notSupport → const ForwardStreamError
-
服务端不支持跨房间转发功能
Properties
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.