NIMSDK-AOS  9.15.0
Public 属性 | 所有成员列表
com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus接口 参考

Public 属性

int NONE = NRtcConstants.ConnectStatus.NONE
 不在通话中 更多...
 
int CONNECT_ING = NRtcConstants.ConnectStatus.CONNECT_ING
 正在连接中 更多...
 
int CONNECTED = NRtcConstants.ConnectStatus.CONNECTED
 正在通话中 更多...
 
int RE_CONNECT_ING = NRtcConstants.ConnectStatus.RE_CONNECT_ING
 正在重新连接中 更多...
 
int DISCONNECT = NRtcConstants.ConnectStatus.DISCONNECT
 连接断开 更多...
 

详细描述

在文件 AVChatConnectStatus.java5 行定义.

类成员变量说明

◆ CONNECT_ING

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus.CONNECT_ING = NRtcConstants.ConnectStatus.CONNECT_ING

正在连接中

在文件 AVChatConnectStatus.java15 行定义.

◆ CONNECTED

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus.CONNECTED = NRtcConstants.ConnectStatus.CONNECTED

正在通话中

在文件 AVChatConnectStatus.java21 行定义.

◆ DISCONNECT

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus.DISCONNECT = NRtcConstants.ConnectStatus.DISCONNECT

连接断开

在文件 AVChatConnectStatus.java33 行定义.

◆ NONE

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus.NONE = NRtcConstants.ConnectStatus.NONE

不在通话中

在文件 AVChatConnectStatus.java10 行定义.

◆ RE_CONNECT_ING

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectStatus.RE_CONNECT_ING = NRtcConstants.ConnectStatus.RE_CONNECT_ING

正在重新连接中

在文件 AVChatConnectStatus.java27 行定义.


该接口的文档由以下文件生成: