RCCallDisconnectReason enum
ZH
通话结束原因
EN
Call disconnect reasons
Values
- cancel → const RCCallDisconnectReason
-
ZH
己方取消已发出的通话请求
EN
Local cancelled outgoing call
- reject → const RCCallDisconnectReason
-
ZH
己方拒绝收到的通话请求
EN
Local rejected incoming call
- hangup → const RCCallDisconnectReason
-
ZH
己方挂断
EN
Local hung up
- busy_line → const RCCallDisconnectReason
-
ZH
己方忙碌
EN
Local busy
- no_response → const RCCallDisconnectReason
-
ZH
己方未接听
EN
Local no response
- engine_unsupported → const RCCallDisconnectReason
-
ZH
己方不支持当前引擎
EN
Local engine unsupported
- network_error → const RCCallDisconnectReason
-
ZH
己方网络出错
EN
Local network error
- resource_error → const RCCallDisconnectReason
-
ZH
己方获取媒体资源失败
EN
Local media resource acquisition failed
- publish_error → const RCCallDisconnectReason
-
ZH
己方发布资源失败
EN
Local publish resource failed
- subscribe_error → const RCCallDisconnectReason
-
ZH
己方订阅资源失败
EN
Local subscribe resource failed
- remote_cancel → const RCCallDisconnectReason
-
ZH
对方取消已发出的通话请求
EN
Remote cancelled outgoing call
- remote_reject → const RCCallDisconnectReason
-
ZH
对方拒绝收到的通话请求
EN
Remote rejected incoming call
- remote_hangup → const RCCallDisconnectReason
-
ZH
通话过程对方挂断
EN
Remote hung up during call
- remote_busy_line → const RCCallDisconnectReason
-
ZH
对方忙碌
EN
Remote busy
- remote_no_response → const RCCallDisconnectReason
-
ZH
对方未接听
EN
Remote no response
- remote_engine_unsupported → const RCCallDisconnectReason
-
ZH
对方不支持当前引擎
EN
Remote engine unsupported
- remote_network_error → const RCCallDisconnectReason
-
ZH
对方网络错误
EN
Remote network error
- remote_resource_error → const RCCallDisconnectReason
-
ZH
对方获取媒体资源失败
EN
Remote media resource acquisition failed
- remote_publish_error → const RCCallDisconnectReason
-
ZH
对方发布资源失败
EN
Remote publish resource failed
- remote_subscribe_error → const RCCallDisconnectReason
-
ZH
对方订阅资源失败
EN
Remote subscribe resource failed
- kicked_by_other_call → const RCCallDisconnectReason
-
ZH
己方其他端已加入新通话
EN
Local device joined another call
- in_other_call → const RCCallDisconnectReason
-
ZH
己方其他端已在通话中
EN
Local device in another call
- kicked_by_server → const RCCallDisconnectReason
-
ZH
己方已被禁止通话
EN
Local banned from calling
- remote_kicked_by_other_call → const RCCallDisconnectReason
-
ZH
对方其他端已加入新通话
EN
Remote device joined another call
- remote_in_other_call → const RCCallDisconnectReason
-
ZH
对方其他端已在通话中
EN
Remote device in another call
- remote_kicked_by_server → const RCCallDisconnectReason
-
ZH
对方已被禁止通话
EN
Remote banned from calling
- accept_by_other_client → const RCCallDisconnectReason
-
ZH
己方其他端已接听
EN
Accepted by another local client
- hangup_by_other_client → const RCCallDisconnectReason
-
ZH
己方其他端已挂断
EN
Hung up by another local client
- add_to_black_list → const RCCallDisconnectReason
-
ZH
己方被对方加入黑名单
EN
Blocked by the remote user
- media_server_closed → const RCCallDisconnectReason
-
ZH
音视频服务已关闭
EN
Media service closed
- degrade → const RCCallDisconnectReason
-
ZH
己方被降级为观察者
EN
Local degraded to observer
- init_video_error → const RCCallDisconnectReason
-
ZH
己方摄像头初始化错误,可能是没有打开使用摄像头权限
EN
Local camera initialization error, possibly due to missing camera permission
- other_device_had_accepted → const RCCallDisconnectReason
-
ZH
其他端已经接听
EN
Another device has accepted
- service_disconnected → const RCCallDisconnectReason
-
ZH
im ipc服务已断开
EN
IM IPC service disconnected
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
RCCallDisconnectReason> - A constant List of the values in this enum, in order of their declaration.