RCCallDisconnectReason enum

通话结束原因

Inheritance

Constructors

RCCallDisconnectReason()
const

Values

cancel → const RCCallDisconnectReason

己方取消已发出的通话请求

reject → const RCCallDisconnectReason

己方拒绝收到的通话请求

hangup → const RCCallDisconnectReason

己方挂断

busy_line → const RCCallDisconnectReason

己方忙碌

no_response → const RCCallDisconnectReason

己方未接听

engine_unsupported → const RCCallDisconnectReason

己方不支持当前引擎

network_error → const RCCallDisconnectReason

己方网络出错

resource_error → const RCCallDisconnectReason

己方获取媒体资源失败

publish_error → const RCCallDisconnectReason

己方发布资源失败

subscribe_error → const RCCallDisconnectReason

己方订阅资源失败

remote_cancel → const RCCallDisconnectReason

对方取消已发出的通话请求

remote_reject → const RCCallDisconnectReason

对方拒绝收到的通话请求

remote_hangup → const RCCallDisconnectReason

通话过程对方挂断

remote_busy_line → const RCCallDisconnectReason

对方忙碌

remote_no_response → const RCCallDisconnectReason

对方未接听

remote_engine_unsupported → const RCCallDisconnectReason

对方不支持当前引擎

remote_network_error → const RCCallDisconnectReason

对方网络错误

remote_resource_error → const RCCallDisconnectReason

对方获取媒体资源失败

remote_publish_error → const RCCallDisconnectReason

对方发布资源失败

remote_subscribe_error → const RCCallDisconnectReason

对方订阅资源失败

kicked_by_other_call → const RCCallDisconnectReason

己方其他端已加入新通话

in_other_call → const RCCallDisconnectReason

己方其他端已在通话中

kicked_by_server → const RCCallDisconnectReason

己方已被禁止通话

remote_kicked_by_other_call → const RCCallDisconnectReason

对方其他端已加入新通话

remote_in_other_call → const RCCallDisconnectReason

对方其他端已在通话中

remote_kicked_by_server → const RCCallDisconnectReason

对方已被禁止通话

accept_by_other_client → const RCCallDisconnectReason

己方其他端已接听

hangup_by_other_client → const RCCallDisconnectReason

己方其他端已挂断

add_to_black_list → const RCCallDisconnectReason

己方被对方加入黑名单

media_server_closed → const RCCallDisconnectReason

音视频服务已关闭

degrade → const RCCallDisconnectReason

己方被降级为观察者

init_video_error → const RCCallDisconnectReason

己方摄像头初始化错误,可能是没有打开使用摄像头权限

other_device_had_accepted → const RCCallDisconnectReason

其他端已经接听

service_disconnected → const RCCallDisconnectReason

im ipc服务已断开

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