NIMSDK-AOS
9.19.10
plugins
rts
src
com
netease
nimlib
sdk
rts
constant
RTSError.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.rts.constant;
2
3
/**
4
* 错误
5
*/
6
public
interface
RTSError
{
7
8
/**
9
* 录音设备异常
10
*/
11
int
AUDIO_RECORD_ERROR
= 1;
12
13
14
/**
15
* 播放设备异常
16
*/
17
int
AUDIO_PLAYOUT_ERROR
= 2;
18
19
/**
20
* 协议版本过低
21
*/
22
int
PROTOCOL_SELF_LOWER
= 50;
23
24
/**
25
* 对方协议版本过低
26
*/
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
生成于 2025年 二月 20日 星期四 14:05:19 , 为 NIMSDK-AOS使用
1.8.13