LoginErrorCode enum
登录结果
调用 RTCVideo.login 登录的结果,会通过 RTCVideoEventHandler.onLoginResult 回调通知用户。
Values
- success → const LoginErrorCode
-
登录成功
- invalidToken → const LoginErrorCode
-
Token 无效或过期失效,需要用户重新获取 Token
- loginFailed → const LoginErrorCode
-
发生未知错误导致登录失败,需要重新登录
- invalidUserId → const LoginErrorCode
-
调用 RTCVideo.login 传入的用户 ID 有问题
- codeServerError → const LoginErrorCode
-
登录时服务器发生错误
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<
LoginErrorCode> - A constant List of the values in this enum, in order of their declaration.