NIMSDK-AOS  9.16.0
AVChatConnectStatus.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.avchat.constant;
2 
3 import com.netease.nrtc.sdk.NRtcConstants;
4 
5 public interface AVChatConnectStatus {
6 
10  int NONE = NRtcConstants.ConnectStatus.NONE;
11 
15  int CONNECT_ING = NRtcConstants.ConnectStatus.CONNECT_ING;
16 
17 
21  int CONNECTED = NRtcConstants.ConnectStatus.CONNECTED;
22 
23 
27  int RE_CONNECT_ING = NRtcConstants.ConnectStatus.RE_CONNECT_ING;
28 
29 
33  int DISCONNECT = NRtcConstants.ConnectStatus.DISCONNECT;
34 }