NIMSDK-AOS
10.6.0
plugins
rts
src
com
netease
nimlib
sdk
rts
constant
RTSError.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.rts.constant;
2
6
public
interface
RTSError
{
7
11
int
AUDIO_RECORD_ERROR
= 1;
12
13
17
int
AUDIO_PLAYOUT_ERROR
= 2;
18
22
int
PROTOCOL_SELF_LOWER
= 50;
23
27
int
PROTOCOL_PEER_LOWER
= 51;
28
29
30
}
com.netease.nimlib.sdk.rts.constant.RTSError.AUDIO_PLAYOUT_ERROR
int AUDIO_PLAYOUT_ERROR
播放设备异常
Definition:
RTSError.java:17
com.netease.nimlib.sdk.rts.constant.RTSError.AUDIO_RECORD_ERROR
int AUDIO_RECORD_ERROR
录音设备异常
Definition:
RTSError.java:11
com.netease.nimlib.sdk.rts.constant.RTSError.PROTOCOL_PEER_LOWER
int PROTOCOL_PEER_LOWER
对方协议版本过低
Definition:
RTSError.java:27
com.netease.nimlib.sdk.rts.constant.RTSError
错误
Definition:
RTSError.java:6
com.netease.nimlib.sdk.rts.constant.RTSError.PROTOCOL_SELF_LOWER
int PROTOCOL_SELF_LOWER
协议版本过低
Definition:
RTSError.java:22
生成于 2024年 十一月 19日 星期二 20:07:51 , 为 NIMSDK-AOS使用
1.8.13