Call Disconnected Reason
通话中断状态码
Entries
Link copied to clipboard
己方未接听(状态码 5)
Link copied to clipboard
当前引擎不支持(状态码 6)
Link copied to clipboard
己方网络出错(状态码 7)
Link copied to clipboard
己方摄像头初始化错误,可能是没有打开使用摄像头权限(状态码 8)
Link copied to clipboard
其他端已经接听(状态码 9)
Link copied to clipboard
对方取消已发出的通话请求(状态码 11)
Link copied to clipboard
对方拒绝收到的通话请求(状态码 12)
Link copied to clipboard
通话过程对方挂断(状态码 13)
Link copied to clipboard
对方忙碌(状态码 14)
Link copied to clipboard
对方未接听(状态码 15)
Link copied to clipboard
对方引擎不支持(状态码 16)
Link copied to clipboard
对方网络错误(状态码 17)
Link copied to clipboard
im ipc服务已断开(状态码 18)
Link copied to clipboard
已被对方加入黑名单(状态码 19)
Link copied to clipboard
被服务端踢出(状态码 21)
Link copied to clipboard
服务未开通,如开通服务后又关闭的情况(状态码 22)
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.