NIMNetCallErrorCode Constants Reference
| Declared in | NIMAVChatDefs.h | 
|---|
NIMNetCallErrorCode
网络通话错误码
Definition
typedef NS_ENUM(NSInteger, NIMNetCallErrorCode ) {
                            
                               NIMNetCallErrorCodeNotStarted = 20001,
                            
                               NIMNetCallErrorCodeOperationFailed = 20002,
                            
                               NIMNetCallErrorCodeBypassSetExceedMax = 20202,
                            
                               NIMNetCallErrorCodeBypassSetHostNotJoined = 20203,
                            
                               NIMNetCallErrorCodeBypassSetServerError = 20204,
                            
                               NIMNetCallErrorCodeBypassSetOtherError = 20205,
                            
                               NIMNetCallErrorCodeBypassSetNoResponse = 20404,
                            
                               NIMNetCallErrorCodeBypassReconnecting = 20405,
                            
                               NIMNetCallErrorCodeBypassSetTimeout = 20408,
                            
                               NIMNetCallErrorCodeServerDisconnected = 20409,
                            
                               NIMNetCallErrorCodePeerLeftForTimeout = 20410,
                            
                               NIMNetCallErrorCodeAudioDeviceError = 20411,
                            
                               NIMNetCallErrorCodeBeKicked = 20412,
                            
                               NIMNetCallErrorCodeChannelClosed = 20413,
                            
                            };
                    
                    Constants
NIMNetCallErrorCodeNotStarted- 
网络通话没有启动
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeOperationFailed- 
操作失败
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeBypassSetExceedMax- 
超过最大允许直播节点数量
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeBypassSetHostNotJoined- 
必须由主播第一个开启直播
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeBypassSetServerError- 
互动直播服务器错误
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeBypassSetOtherError- 
互动直播其他错误
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeBypassSetNoResponse- 
互动直播服务器没有响应
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeBypassReconnecting- 
重连过程中无法进行相关操作,稍后再试
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeBypassSetTimeout- 
互动直播设置超时
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeServerDisconnected- 
与音视频服务器连接断开
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodePeerLeftForTimeout- 
对方超时离开了房间
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeAudioDeviceError- 
音频设备异常
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeBeKicked- 
被踢出了音视频
Declared In
NIMAVChatDefs.h. NIMNetCallErrorCodeChannelClosed- 
房间被关闭
Declared In
NIMAVChatDefs.h. 
Declared In
NIMAVChatDefs.h