RCCallDisconnectReason enum
ZH
通话结束原因
EN
Call disconnect reasons
Values
- cancel → const RCCallDisconnectReason
-
ZH己方取消已发出的通话请求
ENLocal cancelled outgoing call
- reject → const RCCallDisconnectReason
-
ZH己方拒绝收到的通话请求
ENLocal rejected incoming call
- hangup → const RCCallDisconnectReason
-
ZH己方挂断
ENLocal hung up
- busy_line → const RCCallDisconnectReason
-
ZH己方忙碌
ENLocal busy
- no_response → const RCCallDisconnectReason
-
ZH己方未接听
ENLocal no response
- engine_unsupported → const RCCallDisconnectReason
-
ZH己方不支持当前引擎
ENLocal engine unsupported
- network_error → const RCCallDisconnectReason
-
ZH己方网络出错
ENLocal network error
- resource_error → const RCCallDisconnectReason
-
ZH己方获取媒体资源失败
ENLocal media resource acquisition failed
- publish_error → const RCCallDisconnectReason
-
ZH己方发布资源失败
ENLocal publish resource failed
- subscribe_error → const RCCallDisconnectReason
-
ZH己方订阅资源失败
ENLocal subscribe resource failed
- remote_cancel → const RCCallDisconnectReason
-
ZH对方取消已发出的通话请求
ENRemote cancelled outgoing call
- remote_reject → const RCCallDisconnectReason
-
ZH对方拒绝收到的通话请求
ENRemote rejected incoming call
- remote_hangup → const RCCallDisconnectReason
-
ZH通话过程对方挂断
ENRemote hung up during call
- remote_busy_line → const RCCallDisconnectReason
-
ZH对方忙碌
ENRemote busy
- remote_no_response → const RCCallDisconnectReason
-
ZH对方未接听
ENRemote no response
- remote_engine_unsupported → const RCCallDisconnectReason
-
ZH对方不支持当前引擎
ENRemote engine unsupported
- remote_network_error → const RCCallDisconnectReason
-
ZH对方网络错误
ENRemote network error
- remote_resource_error → const RCCallDisconnectReason
-
ZH对方获取媒体资源失败
ENRemote media resource acquisition failed
- remote_publish_error → const RCCallDisconnectReason
-
ZH对方发布资源失败
ENRemote publish resource failed
- remote_subscribe_error → const RCCallDisconnectReason
-
ZH对方订阅资源失败
ENRemote subscribe resource failed
- kicked_by_other_call → const RCCallDisconnectReason
-
ZH己方其他端已加入新通话
ENLocal device joined another call
- in_other_call → const RCCallDisconnectReason
-
ZH己方其他端已在通话中
ENLocal device in another call
- kicked_by_server → const RCCallDisconnectReason
-
ZH己方已被禁止通话
ENLocal banned from calling
- remote_kicked_by_other_call → const RCCallDisconnectReason
-
ZH对方其他端已加入新通话
ENRemote device joined another call
- remote_in_other_call → const RCCallDisconnectReason
-
ZH对方其他端已在通话中
ENRemote device in another call
- remote_kicked_by_server → const RCCallDisconnectReason
-
ZH对方已被禁止通话
ENRemote banned from calling
- accept_by_other_client → const RCCallDisconnectReason
-
ZH己方其他端已接听
ENAccepted by another local client
- hangup_by_other_client → const RCCallDisconnectReason
-
ZH己方其他端已挂断
ENHung up by another local client
- add_to_black_list → const RCCallDisconnectReason
-
ZH己方被对方加入黑名单
ENBlocked by the remote user
- media_server_closed → const RCCallDisconnectReason
-
ZH音视频服务已关闭
ENMedia service closed
- degrade → const RCCallDisconnectReason
-
ZH己方被降级为观察者
ENLocal degraded to observer
- init_video_error → const RCCallDisconnectReason
-
ZH己方摄像头初始化错误,可能是没有打开使用摄像头权限
ENLocal camera initialization error, possibly due to missing camera permission
- other_device_had_accepted → const RCCallDisconnectReason
-
ZH其他端已经接听
ENAnother device has accepted
- service_disconnected → const RCCallDisconnectReason
-
ZHim ipc服务已断开
ENIM 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.